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
电子邮箱 [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"
    ]
}