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
Eメール [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
}