Dynalist Tab Lock

Prevent Dyanlist Links from opening in new tabs

什麼是Dynalist Tab Lock?

Dynalist Tab Lock是由mgroth49開發的Chrome擴展程式,該擴展的主要功能是“Prevent Dyanlist Links from opening in new tabs”。

下載Dynalist Tab Lock擴展crx文件

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

擴展使用說明

                        This extension simply runs in the background, and makes Dynalist.io links open in the current tab rather than a new tab.

It also works in all background tabs as well as in Dynalist iFrames.                    

擴展基本資訊

名稱 Dynalist Tab Lock Dynalist Tab Lock
ID pmfckakbjmakibdcoekhhbpmmogaehke
官方網址 https://chromewebstore.google.com/detail/dynalist-tab-lock/pmfckakbjmakibdcoekhhbpmmogaehke
簡介 Prevent Dyanlist Links from opening in new tabs
檔案大小 4.13 KB
安裝次數 21
目前版本 1.0.2
更新時間 2017-02-27
上架時間 2017-02-26
評分 5.00/5 共 1 次評分
開發者 mgroth49
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/matthew-groth/Dynalist-Tab-Lock
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dynalist Tab Lock",
    "description": "Prevent Dyanlist Links from opening in new tabs",
    "version": "1.0.2",
    "permissions": [
        "",
        "tabs",
        "activeTab",
        "https:\/\/dynalist.io\/*",
        "http:\/\/127.0.0.1:8080\/"
    ],
    "background": {
        "scripts": [
            "backgroundO.js"
        ],
        "persistent": true
    },
    "manifest_version": 2
}