Left Click Open New Tab

Left click open new tab other domain link.

What is Left Click Open New Tab?

Left Click Open New Tab is a Chrome extension developed by macha, and its main feature is "Left click open new tab other domain link.".

Extension Screenshots

screenshot

Download Left Click Open New Tab Extension CRX File

Download Left Click Open New 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

                        Left click open new tab, other domain link.



## v2.0.0
* add "Ignore links in embedded YouTube video players." 

## v1.3
* add ignore site path by option.

http://leftclickopennewtab.blogspot.jp/                    

Extension Basic Information

Name Left Click Open New Tab Left Click Open New Tab
ID biooinfaokckfkbfkjkaneejhfgfadda
Official URL https://chromewebstore.google.com/detail/left-click-open-new-tab/biooinfaokckfkbfkjkaneejhfgfadda
Description Left click open new tab other domain link.
File Size 47.16 KB
Installation Count 652
Current Version 2.0.5
Last Updated 2024-02-05
Publish Date 2014-12-07
Rating 3.56/5 Total 9 Ratings
Developer macha
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery.min.js",
                "js\/script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Left click open new tab other domain link.",
    "name": "Left Click Open New Tab",
    "permissions": [
        "background",
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "options_page": "html\/options.html",
    "manifest_version": 3,
    "version": "2.0.5"
}