New Window
This extension add a button to the menu bar which allowing you to open a new window.
Cos'è New Window?
New Window è un'estensione di Chrome sviluppata da dev7, e la sua funzione principale è "This extension add a button to the menu bar which allowing you to open a new window.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione New Window
Scarica i file di estensione New Window in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension add a button to the menu bar which allowing you to open a new window.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | hnfmeljpppfclhppieeghcnaimbpeblf |
URL Ufficiale | https://chrome.google.com/webstore/detail/new-window/hnfmeljpppfclhppieeghcnaimbpeblf |
Descrizione | This extension add a button to the menu bar which allowing you to open a new window. |
Dimensione del File | 3.54 KB |
Conteggio Installazioni | 216 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2013-07-02 |
Data di Pubblicazione | 2013-07-02 |
Valutazione | 3.17/5 Totale 30 Valutazioni |
Sviluppatore | dev7 |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |