Clicker

Extension for getting current url in short form via clck.ru service

什麼是Clicker?

Clicker是由Ray開發的Chrome擴展程式,該擴展的主要功能是“Extension for getting current url in short form via clck.ru service”。

擴展截圖

screenshot
screenshot

下載Clicker擴展crx文件

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

擴展使用說明

                        With this extension you can get current url of opened tab in short form via clck.ru service.(Thanks Bobuk for this nice service)

Changes in v0.2:
1) Clicker icon have transparent background
2) Short link is automatically copied to the clipboard

Changes in v0.3:
If select any part of text on the page and to call the Clicker extension, then selected text with short link will be copied in Clicker's input field and all this will be copied into the clipboard.
If not selected nothing, then will be copied only short link.

Clicker v0.3.2 - small bugfix.
Clicker v0.3.4 - small fix.
Clicker v0.3.4.1 - manifest updates.                    

擴展基本資訊

名稱 Clicker Clicker
ID oonhhnhddmkflmkhoekflgloclaedocn
官方網址 https://chromewebstore.google.com/detail/clicker/oonhhnhddmkflmkhoekflgloclaedocn
簡介 Extension for getting current url in short form via clck.ru service
檔案大小 32.98 KB
安裝次數 445
目前版本 0.3.4.1
更新時間 2013-06-26
上架時間 2013-06-25
評分 4.15/5 共 20 次評分
開發者 Ray
付費類型 free
說明頁面URL http://twitter.com/i__Ray
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clicker",
    "version": "0.3.4.1",
    "description": "Extension for getting current url in short form via clck.ru service",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}