New Tab Always

This extension gives you the option for all links in a tab to open in a new tab. When enabled (shown by a green icon), every link…

New Tab Alwaysとは何ですか?

New Tab AlwaysはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension gives you the option for all links in a tab to open in a new tab. When enabled (shown by a green icon), every link…」です。

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

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

拡張機能の使用方法

                        This extension gives you the option for all links in a tab to open in a new tab. When enabled (shown by a green icon), every link will open in a new tab. When disabled (black icon), links will open as they would by default.                    

拡張機能の基本情報

名前 New Tab Always New Tab Always
ID khcoicdljjkpkhoinjdglndicbibmlch
公式URL https://chromewebstore.google.com/detail/new-tab-always/khcoicdljjkpkhoinjdglndicbibmlch
説明 This extension gives you the option for all links in a tab to open in a new tab. When enabled (shown by a green icon), every link…
ファイルサイズ 113 KB
インストール数 65
現在のバージョン 2.1
最終更新日 2018-06-09
公開日 2018-06-09
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab Always",
    "version": "2.1",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "128": "icon-128.png",
        "256": "icon-256.png",
        "512": "icon-512.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png",
            "128": "icon-128.png",
            "256": "icon-256.png",
            "512": "icon-512.png"
        }
    },
    "permissions": [
        "storage",
        "webNavigation",
        "tabs"
    ],
    "options_page": "options.html"
}