Open link on new tab

Drag link to right/left by right key. by Liao.

What is Open link on new tab?

Open link on new tab is a Chrome extension developed by Liao, and its main feature is "Drag link to right/left by right key. by Liao.".

Extension Screenshots

screenshot

Download Open link on new tab Extension CRX File

Download Open link on 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

                        Drag link to right = Open on new tab and show up
Drag link to left = Open on new tab in background

Taiwan No. 1                    

Extension Basic Information

Name Open link on new tab Open link on new tab
ID fadioakbapkbkelmieaohfmheffakcha
Official URL https://chromewebstore.google.com/detail/open-link-on-new-tab/fadioakbapkbkelmieaohfmheffakcha
Description Drag link to right/left by right key. by Liao.
File Size 1.39 MB
Installation Count 48
Current Version 1.0.0
Last Updated 2020-07-17
Publish Date 2020-07-17
Rating 5.00/5 Total 2 Ratings
Developer Liao
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open link on new tab",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Drag link to right\/left by right key.  by Liao.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}