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
官方網址 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"
    }
}