OLD | NEW |
1 PK Úv>º¬½½ | 1 PK Úv>º¬½½ |
2 pin/READMEDemo Chrome Extension that uses the Tab Pinning API. Enables a new
keyboard | 2 pin/READMEDemo Chrome Extension that uses the Tab Pinning API. Enables a new
keyboard |
3 shortcut (Ctrl + Shift + P) to toggle pinning and unpinning of the current tab. | 3 shortcut (Ctrl + Shift + P) to toggle pinning and unpinning of the current tab. |
4 PK \p-@¸â¬Pð ð pin/background.js// Copyright (c) 2012 The Chromiu
m Authors. All rights reserved. | 4 PK \p-@¸â¬Pð ð pin/background.js// Copyright (c) 2012 The Chromiu
m Authors. All rights reserved. |
5 // Use of this source code is governed by a BSD-style license that can be | 5 // Use of this source code is governed by a BSD-style license that can be |
6 // found in the LICENSE file. | 6 // found in the LICENSE file. |
7 | 7 |
8 chrome.extension.onRequest.addListener( | 8 chrome.extension.onRequest.addListener( |
9 function(request, sender, sendResponse) { | 9 function(request, sender, sendResponse) { |
10 if (request.toggle_pin) { | 10 if (request.toggle_pin) { |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 "content_scripts": [ | 43 "content_scripts": [ |
44 { | 44 { |
45 "matches": ["<all_urls>"], | 45 "matches": ["<all_urls>"], |
46 "js": ["inject.js"] | 46 "js": ["inject.js"] |
47 } | 47 } |
48 ] | 48 ] |
49 } | 49 } |
50 PK Úv>º¬½½ | 50 PK Úv>º¬½½ |
51 pin/READMEPK \p-@¸â¬Pð ð Ä pin/bac
kground.jsPK Úv>OHî¬I I | 51 pin/READMEPK \p-@¸â¬Pð ð Ä pin/bac
kground.jsPK Úv>OHî¬I I |
52 ã pin/inject.jsPK w,@ç/¯dh h ( W pin/
manifest.json907dc82db81f365f12d41fdddd563bc688dc6a0aPK î | 52 ã pin/inject.jsPK w,@ç/¯dh h ( W pin/
manifest.json907dc82db81f365f12d41fdddd563bc688dc6a0aPK î |
OLD | NEW |