CutUrl

Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut.

什麼是CutUrl?

CutUrl是由Adnan Ahmed開發的Chrome擴展程式,該擴展的主要功能是“Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut.”。

擴展截圖

screenshot

下載CutUrl擴展crx文件

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

擴展使用說明

                        CutUrl shortener is an extension which allows you to shorten the current website URL with the Google URL Shortener service http://goo.gl/

On any page press this shortcut key (Alt+Shift+C) and short url for the page will automatically generated and copied to your clipboard.

(Sorry for inconvenience guyz, i just knew that my extension isn't working on windows). But its fixed now. :)                    

擴展基本資訊

名稱 CutUrl CutUrl
ID ealhhpadkmmoebajijpaaddnglnbfnjk
官方網址 https://chromewebstore.google.com/detail/cuturl/ealhhpadkmmoebajijpaaddnglnbfnjk
簡介 Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut.
檔案大小 40.04 KB
安裝次數 73
目前版本 1.1.0
更新時間 2016-04-02
上架時間 2016-04-02
評分 3.00/5 共 2 次評分
開發者 Adnan Ahmed
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/Idnan/cut-url
說明頁面URL https://github.com/Idnan/cut-url
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CutUrl",
    "short_name": "CutUrl",
    "description": "Chrome Extension - Use http:\/\/goo.gl\/ to shorten your URLs in a Shortcut.",
    "version": "1.1.0",
    "background": {
        "persistent": false,
        "scripts": [
            "assets\/js\/jquery.js",
            "assets\/js\/background.js"
        ]
    },
    "permissions": [
        "*:\/\/*.googleapis.com\/*",
        "notifications",
        "tabs"
    ],
    "icons": {
        "16": "assets\/img\/ico16.png",
        "48": "assets\/img\/ico48.png",
        "128": "assets\/img\/ico128.png"
    },
    "homepage_url": "http:\/\/github.com\/idnan",
    "commands": {
        "toggle-pin": {
            "suggested_key": {
                "default": "Alt+Shift+C",
                "windows": "Alt+Shift+C",
                "mac": "Alt+Shift+C",
                "chromeos": "Alt+Shift+C",
                "linux": "Alt+Shift+C"
            },
            "description": "Short your urls"
        }
    }
}