Unshorten URL

Unshorten URLs from bit.ly goo.gl tinyUrl t.co and others

什么是Unshorten URL?

Unshorten URL是由tiltbit开发的Chrome扩展程序,该扩展的主要功能是“Unshorten URLs from bit.ly goo.gl tinyUrl t.co and others”。

扩展截图

screenshot

下载Unshorten URL扩展crx文件

下载Unshorten URL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Unshorten URL Unshorten URL
ID kjhnnpddmfabiciiipggfcmmpciinjap
官方URL https://chromewebstore.google.com/detail/unshorten-url/kjhnnpddmfabiciiipggfcmmpciinjap
简介 Unshorten URLs from bit.ly goo.gl tinyUrl t.co and others
文件大小 8.68 KB
安装次数 132
当前版本 1
更新时间 2017-08-23
上架时间 2017-08-23
评分 3.00/5 共2次评分
开发者 tiltbit
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unshorten URL",
    "version": "1",
    "description": "Unshorten URLs from bit.ly goo.gl tinyUrl t.co and others",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "unshort-16.png",
        "48": "unshort-48.png",
        "128": "unshort-128.png"
    }
}