New Window
This extension add a button to the menu bar which allowing you to open a new window.
Wat is New Window?
New Window is een Chrome-extensie ontwikkeld door dev7, en de belangrijkste functie is "This extension add a button to the menu bar which allowing you to open a new window.".
Extensie Screenshots
Download het CRX-bestand van de extensie New Window
Download New Window-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension add a button to the menu bar which allowing you to open a new window.
Basisinformatie over de Extensie
Naam | ![]() |
ID | hnfmeljpppfclhppieeghcnaimbpeblf |
Officiële URL | https://chrome.google.com/webstore/detail/new-window/hnfmeljpppfclhppieeghcnaimbpeblf |
Beschrijving | This extension add a button to the menu bar which allowing you to open a new window. |
Bestandsgrootte | 3.54 KB |
Aantal Installaties | 216 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2013-07-02 |
Publicatiedatum | 2013-07-02 |
Beoordeling | 3.17/5 Totaal 30 Beoordelingen |
Ontwikkelaar | dev7 |
Betalingswijze | free |
Ondersteunde Talen | 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" } |