Open Tab

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

What is Open Tab?

Open Tab is a Chrome extension developed by https://zimoapps.com, and its main feature is "Customize how to open a link, open in new or current tab.".

Download Open Tab Extension CRX File

Download Open Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Open Tab Open Tab
ID fkhjihfkdjjkfnbemicdcpgpdgonjfpg
Official URL https://chromewebstore.google.com/detail/open-tab/fkhjihfkdjjkfnbemicdcpgpdgonjfpg
Description Customize how to open a link, open in new or current tab.
File Size 16.05 KB
Installation Count 38
Current Version 0.9.1610.123
Last Updated 2015-12-24
Publish Date 2015-12-24
Rating 5.00/5 Total 1 Ratings
Developer https://zimoapps.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://privacy.zimoapps.com
Supported Languages 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"
    ]
}