Open link on new tab

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

什麼是Open link on new tab?

Open link on new tab是由Liao開發的Chrome擴展程式,該擴展的主要功能是“Drag link to right/left by right key. by Liao.”。

擴展截圖

screenshot

下載Open link on new tab擴展crx文件

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

擴展使用說明

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

Taiwan No. 1                    

擴展基本資訊

名稱 Open link on new tab Open link on new tab
ID fadioakbapkbkelmieaohfmheffakcha
官方網址 https://chromewebstore.google.com/detail/open-link-on-new-tab/fadioakbapkbkelmieaohfmheffakcha
簡介 Drag link to right/left by right key. by Liao.
檔案大小 1.39 MB
安裝次數 48
目前版本 1.0.0
更新時間 2020-07-17
上架時間 2020-07-17
評分 5.00/5 共 2 次評分
開發者 Liao
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}