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
官方URL 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
}