Created
December 28, 2012 08:11
-
-
Save Gateswong/4395784 to your computer and use it in GitHub Desktop.
Open link in a new popup window in Chrome.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Poput it up!", | |
"version": "1.0", | |
"description": "Open the link in a new popup window instead of new tab", | |
"permissions": ["contextMenus", "tabs"], | |
"background": { | |
"scripts": ["menu.js"] | |
}, | |
"manifest_version": 2 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment