Click to Tab My

Click on a link to open it in new tab instead of opening it in current tab. Options available open tabs in background or disable it

Click to Tab Myとは何ですか?

Click to Tab MyはWooodHeadによって開発されたChromeの拡張機能で、その主な機能は「Click on a link to open it in new tab instead of opening it in current tab. Options available open tabs in background or disable it」です。

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

screenshot

Click to Tab My拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Click to Tab My Click to Tab My
ID poaicgdgcfaimamlpmjfkgfbjmjdpkle
公式URL https://chrome.google.com/webstore/detail/click-to-tab-my/poaicgdgcfaimamlpmjfkgfbjmjdpkle
説明 Click on a link to open it in new tab instead of opening it in current tab. Options available open tabs in background or disable it
ファイルサイズ 49.67 KB
インストール数 320
現在のバージョン 1.4
最終更新日 2019-01-08
公開日 2019-01-03
評価 1.00/5 合計 2 レビュー
開発者 WooodHead
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "background": {
        "page": "background.htm"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/content-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Click on a link to open it in new tab instead of opening it in current tab. Options available open tabs in background or disable it",
    "homepage_url": "http:\/\/tejji.com\/",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Click to Tab My",
    "options_page": "options.htm",
    "permissions": [
        "contextMenus",
        "unlimitedStorage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4",
    "web_accessible_resources": [
        "js\/jquery.min.js",
        "js\/content-script.js"
    ]
}