Simple URL Extender

Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.

什么是Simple URL Extender?

Simple URL Extender是由kennethdevel开发的Chrome扩展程序,该扩展的主要功能是“Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.”。

扩展截图

screenshot
screenshot

下载Simple URL Extender扩展crx文件

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

扩展使用说明

                        Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'. Resource friendly. 

If you experience any problems or need help, feel free to contact me at [email protected].

Powered by 9inchurl.com.                    

扩展基本信息

名称 Simple URL Extender Simple URL Extender
ID lmmoknkjcopjcbhmahpmogamfblhlpfa
官方URL https://chromewebstore.google.com/detail/simple-url-extender/lmmoknkjcopjcbhmahpmogamfblhlpfa
简介 Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.
文件大小 7.83 KB
安装次数 167
当前版本 2.0
更新时间 2016-06-11
上架时间 2016-06-11
评分 3.60/5 共5次评分
开发者 kennethdevel
电子邮箱 [email protected]
付费类型 free
扩展官网 http://9inchurl.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple URL Extender",
    "description": "Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.",
    "version": "2.0",
    "permissions": [
        "contextMenus",
        "http:\/\/9inchurl.com\/",
        "notifications"
    ],
    "author": "Kenneth",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "cs.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}