Awesome New Window Button
Awesome button to open up a new Chrome window (or tab).
What is Awesome New Window Button?
Awesome New Window Button is a Chrome extension developed by http://upway2late.com, and its main feature is "Awesome button to open up a new Chrome window (or tab).".
Extension Screenshots
Download Awesome New Window Button Extension CRX File
Download Awesome New Window Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Awesome button to open up a new Chrome window (or tab).
Extension Basic Information
Name | |
ID | egelidhcdjnplcpmolhliigamakcohia |
Official URL | https://chrome.google.com/webstore/detail/awesome-new-window-button/egelidhcdjnplcpmolhliigamakcohia |
Description | Awesome button to open up a new Chrome window (or tab). |
File Size | 75.04 KB |
Installation Count | 343 |
Current Version | 1.2.0.0 |
Last Updated | 2016-09-22 |
Publish Date | 2016-09-22 |
Rating | 5.00/5 Total 4 Ratings |
Developer | http://upway2late.com |
[email protected] | |
Payment Type | free |
Extension Website | http://www.upway2late.com/projects/buttons-project |
Help Page URL | http://www.upway2late.com/projects/buttons-project |
Privacy Policy Page URL | http://www.upway2late.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Awesome New Window Button", "version": "1.2.0.0", "description": "Awesome button to open up a new Chrome window (or tab).", "icons": { "16": "newWindow_16.png", "48": "newWindow_48.png", "128": "newWindow_128.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "newWindow_19.png", "default_title": "Awesome New Window Button" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |