New Domain in New Tab

Open links to new domains in a new tab. Configurable.

Was ist New Domain in New Tab?

New Domain in New Tab ist eine Chrome-Erweiterung, die von https://devindodson.com entwickelt wurde, und ihr Hauptmerkmal ist "Open links to new domains in a new tab. Configurable.".

Erweiterungsscreenshots

screenshot

New Domain in New Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie New Domain in New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Open links that lead to a new domain ( i.e., a new website ) in a new tab.

--Features--

* Default Setup : Will open links to new domains in a new tab for all sites after installation.

* Quick enable/disable : Find options to enable/disable the extension for the current domain by right-clicking the extension's icon in the browser bar.

* Whitelist : Only enable the extension on the specified sites.

* Blacklist : Enable the extension for all EXCEPT the specified sites.

* Visual indicator : The extension icon will turn blue when the extension is enabled for the current domain, and red when it is disabled.                    

Grundlegende Informationen zur Erweiterung

Name New Domain in New Tab New Domain in New Tab
ID nokdeeoiaiicgnonknihiccadnnmpeoh
Offizielle URL https://chromewebstore.google.com/detail/new-domain-in-new-tab/nokdeeoiaiicgnonknihiccadnnmpeoh
Beschreibung Open links to new domains in a new tab. Configurable.
Dateigröße 190 KB
Installationsanzahl 558
Aktuelle Version 1.0.1
Letztes Update 2017-07-21
Veröffentlichungsdatum 2017-07-21
Bewertung 3.15/5 Insgesamt 13 Bewertungen
Entwickler https://devindodson.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/trambopoline/new-domain-in-new-tab
Hilfeseite URL https://github.com/trambopoline/new-domain-in-new-tab/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Domain in New Tab",
    "description": "Open links to new domains in a new tab. Configurable.",
    "version": "1.0.1",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": []
}