| OLD | NEW |
| 1 PK +l-@÷(UØ Ø cookies/background.js// Copyright (c) 2012 The Chr
omium Authors. All rights reserved. | 1 PK +l-@÷(UØ Ø cookies/background.js// Copyright (c) 2012 The Chr
omium 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.cookies.onChanged.addListener(function(info) { | 5 chrome.cookies.onChanged.addListener(function(info) { |
| 6 console.log("onChanged" + JSON.stringify(info)); | 6 console.log("onChanged" + JSON.stringify(info)); |
| 7 }); | 7 }); |
| 8 | 8 |
| 9 function focusOrCreateTab(url) { | 9 function focusOrCreateTab(url) { |
| 10 chrome.windows.getAll({"populate":true}, function(windows) { | 10 chrome.windows.getAll({"populate":true}, function(windows) { |
| (...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 "icons": { "16": "cookie.png", "48": "cookie.png", "128": "cookie.png" }, | 357 "icons": { "16": "cookie.png", "48": "cookie.png", "128": "cookie.png" }, |
| 358 "browser_action": { | 358 "browser_action": { |
| 359 "default_icon": "cookie.png" | 359 "default_icon": "cookie.png" |
| 360 }, | 360 }, |
| 361 "background": { | 361 "background": { |
| 362 "scripts": ["background.js"] | 362 "scripts": ["background.js"] |
| 363 } | 363 } |
| 364 } | 364 } |
| 365 PK +l-@÷(UØ Ø cookies/background.jsPK
©j>ôì | 365 PK +l-@÷(UØ Ø cookies/background.jsPK
©j>ôì |
| 366 cookies/cookie.pngPK ¹dK>ç¡ýÃ Ã Ò cookies/manag
er.htmlPK 6,@G£z z ( Ç! cookies/manifest.jsona2ed26
f6e125718bbf89fc0132bffb7a57684465PK 0 t# | 366 cookies/cookie.pngPK ¹dK>ç¡ýÃ Ã Ò cookies/manag
er.htmlPK 6,@G£z z ( Ç! cookies/manifest.jsona2ed26
f6e125718bbf89fc0132bffb7a57684465PK 0 t# |
| OLD | NEW |