Open Tab

Customize how to open a link, open in new or current tab.

Open Tabとは何ですか?

Open Tabはhttps://zimoapps.comによって開発されたChromeの拡張機能で、その主な機能は「Customize how to open a link, open in new or current tab.」です。

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Open Tab Open Tab
ID fkhjihfkdjjkfnbemicdcpgpdgonjfpg
公式URL https://chromewebstore.google.com/detail/open-tab/fkhjihfkdjjkfnbemicdcpgpdgonjfpg
説明 Customize how to open a link, open in new or current tab.
ファイルサイズ 16.05 KB
インストール数 38
現在のバージョン 0.9.1610.123
最終更新日 2015-12-24
公開日 2015-12-24
評価 5.00/5 合計 1 レビュー
開発者 https://zimoapps.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://privacy.zimoapps.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open Tab",
    "version": "0.9.1610.123",
    "description": "__MSG_ext_des__",
    "default_locale": "en",
    "icons": {
        "128": "img\/icon.png",
        "98": "img\/icon.png",
        "48": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon.png",
            "38": "img\/icon.png"
        },
        "default_title": "Open in new tab",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/event.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "html\/options.html",
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": false,
        "open_in_tab": false
    },
    "permissions": [
        "",
        "notifications",
        "tabs",
        "storage"
    ]
}