Simple URL Shortener

This extension shows Shortened URL For the current webpage

什麼是Simple URL Shortener?

Simple URL Shortener是由Vishal Goyal開發的Chrome擴展程式,該擴展的主要功能是“This extension shows Shortened URL For the current webpage”。

擴展截圖

screenshot

下載Simple URL Shortener擴展crx文件

下載Simple URL Shortener擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This is a 100% Ad Free Private URL Shortener which provides more useful features like optional Password Protection, Complete Analytics to Track each and every user who clicks a link. Our system allows you to track everything. Whether it is the amount of clicks, the country or the referrer, the data is there. Above all, it is 100% free - http://k2g.co                    

擴展基本資訊

名稱 Simple URL Shortener Simple URL Shortener
ID cjifcphacfcmdmlgekkbhchcapdhgddi
官方網址 https://chromewebstore.google.com/detail/simple-url-shortener/cjifcphacfcmdmlgekkbhchcapdhgddi
簡介 This extension shows Shortened URL For the current webpage
檔案大小 13.83 KB
安裝次數 121
目前版本 2.0
更新時間 2015-10-17
上架時間 2015-10-16
評分 3.67/5 共 3 次評分
開發者 Vishal Goyal
付費類型 free
擴展官網 http://k2g.co
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple URL Shortener",
    "description": "This extension shows Shortened URL For the current webpage",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}