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
电子邮箱 [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"
            ]
        }
    ]
}