Link Controller

Control Whether Links Open in a New or Current Tab

Link Controllerとは何ですか?

Link ControllerはDaniel Herrによって開発されたChromeの拡張機能で、その主な機能は「Control Whether Links Open in a New or Current Tab」です。

拡張機能のスクリーンショット

screenshot

Link Controller拡張機能のCRXファイルをダウンロード

Link Controller拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The icon shows in which tab links will open, click it for options to toggle it for the current tab or for all tabs.                    

拡張機能の基本情報

名前 Link Controller Link Controller
ID piphpieodkchnlmjjefbbniabeikafha
公式URL https://chromewebstore.google.com/detail/link-controller/piphpieodkchnlmjjefbbniabeikafha
説明 Control Whether Links Open in a New or Current Tab
ファイルサイズ 10.26 KB
インストール数 662
現在のバージョン 2.0.1
最終更新日 2016-01-29
公開日 2016-01-29
評価 4.43/5 合計 14 レビュー
開発者 Daniel Herr
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://danielherr.github.io/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Daniel Herr",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "D.png",
        "default_popup": "popup.html",
        "default_title": "Default"
    },
    "description": "Control Whether Links Open in a New or Current Tab",
    "homepage_url": "https:\/\/googledrive.com\/host\/0B9_ds1FPyRuZYTFDeE1SNHdPc0E\/",
    "icons": {
        "128": "link.png"
    },
    "manifest_version": 2,
    "name": "Link Controller",
    "offline_enabled": true,
    "optional_permissions": [
        ""
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "version": "2.0.1"
}