New Domain in New Tab

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

New Domain in New Tabとは何ですか?

New Domain in New Tabはhttps://devindodson.comによって開発されたChromeの拡張機能で、その主な機能は「Open links to new domains in a new tab. Configurable.」です。

拡張機能のスクリーンショット

screenshot

New Domain in New Tab拡張機能のCRXファイルをダウンロード

New Domain in New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 New Domain in New Tab New Domain in New Tab
ID nokdeeoiaiicgnonknihiccadnnmpeoh
公式URL https://chromewebstore.google.com/detail/new-domain-in-new-tab/nokdeeoiaiicgnonknihiccadnnmpeoh
説明 Open links to new domains in a new tab. Configurable.
ファイルサイズ 190 KB
インストール数 558
現在のバージョン 1.0.1
最終更新日 2017-07-21
公開日 2017-07-21
評価 3.15/5 合計 13 レビュー
開発者 https://devindodson.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/trambopoline/new-domain-in-new-tab
ヘルプページのURL https://github.com/trambopoline/new-domain-in-new-tab/issues
対応言語 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": []
}