New Window

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

Hvad er New Window?

New Window er en Chrome-udvidelse udviklet af dev7, og dens hovedfunktion er "This extension add a button to the menu bar which allowing you to open a new window.".

Udvidelsesskærmbilleder

screenshot

Download New Window-udvidelses-CRX-fil

Download New Window-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn New Window New Window
ID hnfmeljpppfclhppieeghcnaimbpeblf
Officiel URL https://chrome.google.com/webstore/detail/new-window/hnfmeljpppfclhppieeghcnaimbpeblf
Beskrivelse This extension add a button to the menu bar which allowing you to open a new window.
Filstørrelse 3.54 KB
Antal Installationer 216
Nuværende Version 1.0.4
Senest Opdateret 2013-07-02
Udgivelsesdato 2013-07-02
Bedømmelse 3.17/5 Samlet 30 Bedømmelser
Udvikler dev7
Betalingsmetode free
Understøttede Sprog 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"
}