tinyurl

tinyurl by Ford_Lawnmower irc.geekshed.net #Script-Help

什麼是tinyurl?

tinyurl是由Ford_Lawnmower開發的Chrome擴展程式,該擴展的主要功能是“tinyurl by Ford_Lawnmower irc.geekshed.net #Script-Help”。

擴展截圖

screenshot

下載tinyurl擴展crx文件

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

擴展使用說明

                        Chrome extension to create a tinyurl link from the current page.
Just click the tinyurl icon and a new link is generated. 
Click the [Copy] button to copy the tinyurl link to the clipboard.                    

擴展基本資訊

名稱 tinyurl tinyurl
ID ncopefcmfgoggbajoelmainelilpcamf
官方網址 https://chromewebstore.google.com/detail/tinyurl/ncopefcmfgoggbajoelmainelilpcamf
簡介 tinyurl by Ford_Lawnmower irc.geekshed.net #Script-Help
檔案大小 3.67 KB
安裝次數 2,301
目前版本 1.0
更新時間 2013-06-23
上架時間 2013-06-23
評分 4.67/5 共 15 次評分
開發者 Ford_Lawnmower
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tinyurl",
    "version": "1.0",
    "manifest_version": 2,
    "description": "tinyurl by Ford_Lawnmower irc.geekshed.net #Script-Help",
    "browser_action": {
        "default_icon": "tinyurl.ico",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/tinyurl.com\/*",
        "tabs"
    ]
}