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
官方網址 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
電子郵箱 [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"
}