Smart Link

Know whether a link opens in a new tab or not BEFOREHAND

Smart Linkとは何ですか?

Smart Linkはvimukthiweerasiriによって開発されたChromeの拡張機能で、その主な機能は「Know whether a link opens in a new tab or not BEFOREHAND」です。

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

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

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

拡張機能の使用方法

                        Double underline a link if it opens in a new tab when you take the mouse pointer over it. Enjoy!                    

拡張機能の基本情報

名前 Smart Link Smart Link
ID ifpciodbicpaeoajfbfkibnjonikhlai
公式URL https://chromewebstore.google.com/detail/smart-link/ifpciodbicpaeoajfbfkibnjonikhlai
説明 Know whether a link opens in a new tab or not BEFOREHAND
ファイルサイズ 10.66 KB
インストール数 91
現在のバージョン 1.0
最終更新日 2016-07-11
公開日 2016-07-10
評価 5.00/5 合計 2 レビュー
開発者 vimukthiweerasiri
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart Link",
    "description": "Know whether a link opens in a new tab or not BEFOREHAND",
    "version": "1.0",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "belmari.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}