Shortlink Extender

A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.

Shortlink Extenderとは何ですか?

Shortlink ExtenderはStuart Davidsonによって開発されたChromeの拡張機能で、その主な機能は「A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.

The extension will automatically scan the page upon the load to see if there are any of known shortlinks on the page before sending off and finding the true link.                    

拡張機能の基本情報

名前 Shortlink Extender Shortlink Extender
ID nicmjjcmoeahiffoolajgeomonmmpknc
公式URL https://chromewebstore.google.com/detail/shortlink-extender/nicmjjcmoeahiffoolajgeomonmmpknc
説明 A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.
ファイルサイズ 7.82 KB
インストール数 128
現在のバージョン 0.5
最終更新日 2017-08-06
公開日 2017-08-06
評価 3.00/5 合計 2 レビュー
開発者 Stuart Davidson
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.stuartd.co.uk/
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shortlink Extender",
    "version": "0.5",
    "author": "StuartD - www.stuartd.co.uk",
    "description": "A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.",
    "icons": {
        "128": "images\/128-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "extender.js"
            ]
        }
    ]
}