New Window

This extension add a button to the menu bar which allowing you to open a new window.

Vad är New Window?

New Window är en Chrome-tillägg utvecklad av dev7, och dess huvudfunktion är "This extension add a button to the menu bar which allowing you to open a new window.".

Tilläggsskärmbilder

screenshot

Ladda ner New Window-förlängningens CRX-fil

Ladda ner New Window-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This extension add a button to the menu bar which allowing you to open a new window.                    

Grundläggande Information om Tillägg

Namn New Window New Window
ID hnfmeljpppfclhppieeghcnaimbpeblf
Officiell webbadress https://chrome.google.com/webstore/detail/new-window/hnfmeljpppfclhppieeghcnaimbpeblf
Beskrivning This extension add a button to the menu bar which allowing you to open a new window.
Filstorlek 3.54 KB
Antal Installationer 216
Aktuell Version 1.0.4
Senast Uppdaterad 2013-07-02
Publiceringsdatum 2013-07-02
Betyg 3.17/5 Totalt 30 Betyg
Utvecklare dev7
Betalningssätt free
Stödda Språk 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"
}