URL Shortener Extension

Create short URLs directly out of Chrome. This extension needs a valid [https://github.com/pawy/url_shortener] installation

什麼是URL Shortener Extension?

URL Shortener Extension是由Pascal Wyss開發的Chrome擴展程式,該擴展的主要功能是“Create short URLs directly out of Chrome. This extension needs a valid [https://github.com/pawy/url_shortener] installation”。

擴展截圖

screenshot

下載URL Shortener Extension擴展crx文件

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

擴展使用說明

                        Did you ever want to have your own url shortener service? With your own fancy url?
Instead of using the public services like goo.gl or bit.ly you can now have your own service with your very own domain!

All you need to do is to install the sUrl - Url shortener on your web server and you are ready to go. See: https://github.com/pawy/url_shortener

This Chrome extension enables you to shorten the currently open URL right out of your browser with just one click! 
Pretty easy eh?                    

擴展基本資訊

名稱 URL Shortener Extension URL Shortener Extension
ID mmljapacfpbakplemojcdlncjcclobmg
官方網址 https://chromewebstore.google.com/detail/url-shortener-extension/mmljapacfpbakplemojcdlncjcclobmg
簡介 Create short URLs directly out of Chrome. This extension needs a valid [https://github.com/pawy/url_shortener] installation
檔案大小 62.62 KB
安裝次數 99
目前版本 2.0.1
更新時間 2013-11-19
上架時間 2013-11-19
評分 4.50/5 共 2 次評分
開發者 Pascal Wyss
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/pawy/url_shortener
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Shortener Extension",
    "version": "2.0.1",
    "description": "Create short URLs directly out of Chrome. This extension needs a valid [https:\/\/github.com\/pawy\/url_shortener] installation",
    "page_action": {
        "default_icon": {
            "19": "icons\/icon_016.png",
            "38": "icons\/icon_038.png"
        },
        "default_title": "Shorten the URL",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "clipboardWrite",
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icons\/icon_016.png",
        "48": "icons\/icon_048.png",
        "128": "icons\/icon_128.png"
    },
    "homepage_url": "https:\/\/github.com\/pawy\/url_shortener"
}