New Window
This extension add a button to the menu bar which allowing you to open a new window.
Was ist New Window?
New Window ist eine Chrome-Erweiterung, die von dev7 entwickelt wurde, und ihr Hauptmerkmal ist "This extension add a button to the menu bar which allowing you to open a new window.".
Erweiterungsscreenshots
New Window-Erweiterungs-CRX-Datei herunterladen
Laden Sie New Window-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension add a button to the menu bar which allowing you to open a new window.
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | hnfmeljpppfclhppieeghcnaimbpeblf |
Offizielle URL | https://chrome.google.com/webstore/detail/new-window/hnfmeljpppfclhppieeghcnaimbpeblf |
Beschreibung | This extension add a button to the menu bar which allowing you to open a new window. |
Dateigröße | 3.54 KB |
Installationsanzahl | 216 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2013-07-02 |
Veröffentlichungsdatum | 2013-07-02 |
Bewertung | 3.17/5 Insgesamt 30 Bewertungen |
Entwickler | dev7 |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |