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

Side by Side Diff: chrome/common/extensions/docs/examples/api/debugger/live-headers.zip

Issue 9289057: Changing manifest to v2 extension samples (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Adding zip files after rebasing with master Created 8 years, 10 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
OLDNEW
1 PKGl-@ØÑê:½½live-headers/background.js// Copyright (c) 2012 Th e Chromium Authors. All rights reserved. 1 PKGl-@ØÑê:½½live-headers/background.js// Copyright (c) 2012 Th e Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 chrome.browserAction.onClicked.addListener(function() { 5 chrome.browserAction.onClicked.addListener(function() {
6 chrome.windows.getCurrent(function(win) { 6 chrome.windows.getCurrent(function(win) {
7 chrome.tabs.getSelected(win.id, actionClicked); 7 chrome.tabs.getSelected(win.id, actionClicked);
8 }); 8 });
9 }); 9 });
10 10
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 "browser_action": { 167 "browser_action": {
168 "default_icon": "icon.png", 168 "default_icon": "icon.png",
169 "default_title": "Live HTTP headers" 169 "default_title": "Live HTTP headers"
170 } 170 }
171 } 171 }
172 172
173 PKGl-@ØÑê:½½ live-headers/background.jsPK Ð]$@‹Š(« 173 PKGl-@ØÑê:½½ live-headers/background.jsPK Ð]$@‹Š(«
174 « 174 «
175  õlive-headers/headers.htmlPKU3?W8¥ìì  × 175  õlive-headers/headers.htmlPKU3?W8¥ìì  ×
176 live-headers/icon.pngPK],@_Ð1OO( ölive-header s/manifest.jsone97370efc9177c52593a5c48a5c514d1bc1ce54dPKB} 176 live-headers/icon.pngPK],@_Ð1OO( ölive-header s/manifest.jsone97370efc9177c52593a5c48a5c514d1bc1ce54dPKB}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698