| Index: chrome/ext/popup.js |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/chrome/ext/popup.js |
| @@ -0,0 +1,8 @@ |
| +window.ext = { |
| + __proto__: chrome.extension.getBackgroundPage().ext, |
| + |
| + closePopup: function() |
| + { |
| + window.close(); |
| + } |
| +}; |