DoubleClicker

Double click to open link in new tab.

What is DoubleClicker?

DoubleClicker is a Chrome extension developed by https://niallquirke.com, and its main feature is "Double click to open link in new tab.".

Extension Screenshots

screenshot

Download DoubleClicker Extension CRX File

Download DoubleClicker 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

                        Easily open links in new tabs by double clicking rather than right clicking on the link and then clicking "Open link in new tab". Very handy tool for googling and general searching.

Doesn't currently work on MacOS! Sorry Apple!

Any feedback or advice is very much appreciated, thanks in advance!

Niall                    

Extension Basic Information

Name DoubleClicker DoubleClicker
ID kdfhgamfoobfingdhklhmjpbgflibeng
Official URL https://chromewebstore.google.com/detail/doubleclicker/kdfhgamfoobfingdhklhmjpbgflibeng
Description Double click to open link in new tab.
File Size 191 KB
Installation Count 1,864
Current Version 1.70
Last Updated 2022-06-16
Publish Date 2020-03-27
Rating 4.50/5 Total 24 Ratings
Developer https://niallquirke.com
Email [email protected]
Payment Type free
Extension Website http://niallquirke.com
Help Page URL http://niallquirke.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "lib\/jquery-1.3.2.min.js",
                "content_script\/content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Double click to open link in new tab.",
    "icons": {
        "128": "icons\/icon_128.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "DoubleClicker",
    "short_name": "DoubleClicker",
    "options_page": "options_page\/options.html",
    "permissions": [
        "storage"
    ],
    "version": "1.70"
}