OLD | NEW |
1 PK Gl-@ØÑê:½ ½ live-headers/background.js// Copyright (c) 2012 Th
e Chromium Authors. All rights reserved. | 1 PK Gl-@ØÑê:½ ½ 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 Loading... |
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 PK Gl-@ØÑê:½ ½ live-headers/background.jsPK
Ð]$@(« | 173 PK Gl-@ØÑê:½ ½ live-headers/background.jsPK
Ð]$@(« |
174 « | 174 « |
175 õ live-headers/headers.htmlPK U3?W8¥ì ì
× | 175 õ live-headers/headers.htmlPK U3?W8¥ì ì
× |
176 live-headers/icon.pngPK ],@_Ð1O O ( ö live-header
s/manifest.jsone97370efc9177c52593a5c48a5c514d1bc1ce54dPK B } | 176 live-headers/icon.pngPK ],@_Ð1O O ( ö live-header
s/manifest.jsone97370efc9177c52593a5c48a5c514d1bc1ce54dPK B } |
OLD | NEW |