Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Side by Side Diff: chrome/common/extensions/docs/examples/api/omnibox/simple-example.zip

Issue 9963133: Omnibox Example extension tries to load .html instead of .js. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Re-uploading Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/common/extensions/docs/examples/api/omnibox/simple-example/manifest.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 PK/}4@†Æ%% 1 PK/}4@†Æ%%
2 simple-example/background.js// Copyright (c) 2012 The Chromium Authors. All r ights reserved. 2 simple-example/background.js// Copyright (c) 2012 The Chromium Authors. All r ights reserved.
3 // Use of this source code is governed by a BSD-style license that can be 3 // Use of this source code is governed by a BSD-style license that can be
4 // found in the LICENSE file. 4 // found in the LICENSE file.
5 5
6 // This event is fired each time the user updates the text in the omnibox, 6 // This event is fired each time the user updates the text in the omnibox,
7 // as long as the extension's keyword mode is still active. 7 // as long as the extension's keyword mode is still active.
8 chrome.omnibox.onInputChanged.addListener( 8 chrome.omnibox.onInputChanged.addListener(
9 function(text, suggest) { 9 function(text, suggest) {
10 console.log('inputChanged: ' + text); 10 console.log('inputChanged: ' + text);
(...skipping 16 matching lines...) Expand all
27 "version": "1.1", 27 "version": "1.1",
28 "background": { 28 "background": {
29 "scripts": ["background.html"] 29 "scripts": ["background.html"]
30 }, 30 },
31 "omnibox": { "keyword" : "omnix" }, 31 "omnibox": { "keyword" : "omnix" },
32 "manifest_version": 2 32 "manifest_version": 2
33 } 33 }
34 PK/}4@†Æ%% 34 PK/}4@†Æ%%
35  simple-example/background.jsPKšK?@³Rd»üü 35  simple-example/background.jsPKšK?@³Rd»üü
36 ( _simple-example/manifest.json9ade0d5265e48a28b9b3a4bcd8e3a956e90 a5d1fPK¼• 36 ( _simple-example/manifest.json9ade0d5265e48a28b9b3a4bcd8e3a956e90 a5d1fPK¼•
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/examples/api/omnibox/simple-example/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698