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
Eメール [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"
    }
}