Create Short URL

Generate short URLs using bit.ly

什麼是Create Short URL?

Create Short URL是由portsaidalenbi開發的Chrome擴展程式,該擴展的主要功能是“Generate short URLs using bit.ly”。

擴展截圖

screenshot

下載Create Short URL擴展crx文件

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

擴展使用說明

                        This extension enables you to quickly create shortcut links to your Bit.ly account. Simply navigate to the link you want to save and select "Create Short URL" from the context menu.                    

擴展基本資訊

名稱 Create Short URL Create Short URL
ID iobhlofholalpkgbeoeobhckdmfpcpce
官方網址 https://chrome.google.com/webstore/detail/create-short-url/iobhlofholalpkgbeoeobhckdmfpcpce
簡介 Generate short URLs using bit.ly
檔案大小 25.01 KB
安裝次數 10,000
目前版本 0.1
更新時間 2013-12-22
上架時間 2013-12-22
評分 1.64/5 共 11 次評分
開發者 portsaidalenbi
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Create Short URL",
    "description": "Generate short URLs using bit.ly",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}