is.gd URL Shortener

is.gd URL Shortener

is.gd URL Shortenerとは何ですか?

is.gd URL Shortenerは14kによって開発されたChromeの拡張機能で、その主な機能は「is.gd URL Shortener」です。

拡張機能のスクリーンショット

screenshot
screenshot

is.gd URL Shortener拡張機能のCRXファイルをダウンロード

is.gd URL Shortener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        UNMAINTAINED

Version 1.0.0.1 changes:
 -Fixed url encoding
Version 1.0.0.2 changes:
 -Forced to update manifest file
Version 1.0.0.3 changes:
 -Fixed security issues caused by inline scripts ban. (which broked extension)
Version 1.0.0.4 changes:
 -Fiex CORS                    

拡張機能の基本情報

名前 is.gd URL Shortener is.gd URL Shortener
ID cdofbppppmjfejecfiegjnmbbgichjhg
公式URL https://chrome.google.com/webstore/detail/isgd-url-shortener/cdofbppppmjfejecfiegjnmbbgichjhg
説明 is.gd URL Shortener
ファイルサイズ 26.31 KB
インストール数 1,261
現在のバージョン 1.0.0.4
最終更新日 2017-05-22
公開日 2017-05-22
評価 4.39/5 合計 49 レビュー
開発者 14k
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://steamcommunity.com/id/xozyain/
対応言語 en
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "description": "is.gd URL Shortener",
    "icons": {
        "128": "isgd.png"
    },
    "manifest_version": 2,
    "name": "is.gd URL Shortener",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "http:\/\/is.gd\/*",
        "https:\/\/is.gd\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.4"
}