DoubleClicker

Double click to open link in new tab.

什麼是DoubleClicker?

DoubleClicker是由https://niallquirke.com開發的Chrome擴展程式,該擴展的主要功能是“Double click to open link in new tab.”。

擴展截圖

screenshot

下載DoubleClicker擴展crx文件

下載DoubleClicker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 DoubleClicker DoubleClicker
ID kdfhgamfoobfingdhklhmjpbgflibeng
官方網址 https://chromewebstore.google.com/detail/doubleclicker/kdfhgamfoobfingdhklhmjpbgflibeng
簡介 Double click to open link in new tab.
檔案大小 191 KB
安裝次數 1,864
目前版本 1.70
更新時間 2022-06-16
上架時間 2020-03-27
評分 4.50/5 共 24 次評分
開發者 https://niallquirke.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://niallquirke.com
說明頁面URL http://niallquirke.com
支援的語言 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"
}