LinkMaster

Make a short link.

什麼是LinkMaster?

LinkMaster是由https://vufuzi.se開發的Chrome擴展程式,該擴展的主要功能是“Make a short link.”。

擴展截圖

screenshot
screenshot

下載LinkMaster擴展crx文件

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

擴展使用說明

                        Shorten links with a simple click.

You can create short links by clicking the link icon next to the tool on the top right or by using the rightclick-menu on images, HTML5-videos and links.

You'll need a bit.ly account to use this extension. Log in to bitly in the options. If you do not already have an account at Bitly, you can easily register directly or connect with Twitter or Facebook. You'll be able to use your own shortdomain if it is connected to your Bitly account.

~ Changelog ~

Update 18th January 2014:
+ Major redesign
+ Improved code
+ Enchanted popup-box when making links.

Update 24th August 2013:
+ Right-clicking images, videos and links to get a short link now works again.
+ Improved code                    

擴展基本資訊

名稱 LinkMaster LinkMaster
ID mdgncmfemcgcpdmchnenmkgfdpedokgo
官方網址 https://chromewebstore.google.com/detail/linkmaster/mdgncmfemcgcpdmchnenmkgfdpedokgo
簡介 Make a short link.
檔案大小 366 KB
安裝次數 2,988
目前版本 0.4.2
更新時間 2015-02-05
上架時間 2015-02-05
評分 5.00/5 共 5 次評分
開發者 https://vufuzi.se
電子郵箱 [email protected]
付費類型 free
說明頁面URL http://vufuzi.com
支援的語言 en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "background.ctrl.min.js",
            "notification.ctrl.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "19.png",
        "default_popup": "popup.html"
    },
    "description": "Make a short link.",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "manifest_version": 2,
    "name": "LinkMaster",
    "options_page": "options.html",
    "permissions": [
        "https:\/\/api-ssl.bitly.com\/",
        "tabs",
        "clipboardWrite",
        "contextMenus",
        "notifications",
        "storage",
        "alarms"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.4.2",
    "web_accessible_resources": [
        "auth.html",
        "48.png"
    ]
}