New Window
This extension add a button to the menu bar which allowing you to open a new window.
What is New Window?
New Window is a Chrome extension developed by dev7, and its main feature is "This extension add a button to the menu bar which allowing you to open a new window.".
Extension Screenshots
Download New Window Extension CRX File
Download New Window 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
This extension add a button to the menu bar which allowing you to open a new window.
Extension Basic Information
Name | ![]() |
ID | hnfmeljpppfclhppieeghcnaimbpeblf |
Official URL | https://chrome.google.com/webstore/detail/new-window/hnfmeljpppfclhppieeghcnaimbpeblf |
Description | This extension add a button to the menu bar which allowing you to open a new window. |
File Size | 3.54 KB |
Installation Count | 216 |
Current Version | 1.0.4 |
Last Updated | 2013-07-02 |
Publish Date | 2013-07-02 |
Rating | 3.17/5 Total 30 Ratings |
Developer | dev7 |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "name": "New Window", "version": "1.0.4", "manifest_version": 2, "description": "This extension add a button to the menu bar which allowing you to open a new window.", "icons": { "16": "icon16.gif" }, "browser_action": { "default_icon": { "19": "icon16.gif" }, "default_title": "New window" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx" } |