Saupe URL Shrtnr

This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard.

什麼是Saupe URL Shrtnr?

Saupe URL Shrtnr是由Joel Saupe開發的Chrome擴展程式,該擴展的主要功能是“This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard.”。

擴展截圖

screenshot
screenshot

下載Saupe URL Shrtnr擴展crx文件

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

擴展使用說明

                        The Saupe URL Shrtnr extension uses uses the URL shortener at http://sau.pe/shrtnr/ to convert any URL to a short, simple URL. With just the click of the extension's icon, the current page's URL is shortened and copied to your clipboard. This is perfect for sharing a link with friends, or on social media where you don't want the length of your links to take away from all of your sweet, sweet #hashtags.                    

擴展基本資訊

名稱 Saupe URL Shrtnr Saupe URL Shrtnr
ID ghefbepohloadbooaphdolhipglahkjb
官方網址 https://chrome.google.com/webstore/detail/saupe-url-shrtnr/ghefbepohloadbooaphdolhipglahkjb
簡介 This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard.
檔案大小 39.61 KB
安裝次數 27
目前版本 2.0
更新時間 2016-05-07
上架時間 2016-05-07
評分 5.00/5 共 1 次評分
開發者 Joel Saupe
電子郵箱 [email protected]
付費類型 free
擴展官網 http://sau.pe/shrtnr/
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Saupe URL Shrtnr",
    "description": "This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard.",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "MacCtrl+Shift+S"
            }
        }
    }
}