New Window
This extension add a button to the menu bar which allowing you to open a new window.
Qu'est-ce que New Window ?
New Window est une extension Chrome développée par dev7, et sa fonction principale est "This extension add a button to the menu bar which allowing you to open a new window.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension New Window
Téléchargez les fichiers d'extension New Window au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension add a button to the menu bar which allowing you to open a new window.
Informations de Base sur l'Extension
Nom | ![]() |
ID | hnfmeljpppfclhppieeghcnaimbpeblf |
URL Officiel | 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. |
Taille du Fichier | 3.54 KB |
Nombre d'Installations | 216 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2013-07-02 |
Date de Publication | 2013-07-02 |
Évaluation | 3.17/5 Total 30 Évaluations |
Développeur | dev7 |
Type de Paiement | free |
Langues Prises en Charge | 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" } |