URLE.(me) Shrnkr (Long URL Shortener)

Shrink and Copy your long URL with a click of a button. Remember it works on a current tab you are on

什麼是URLE.(me) Shrnkr (Long URL Shortener)?

URLE.(me) Shrnkr (Long URL Shortener)是由https://urle.me開發的Chrome擴展程式,該擴展的主要功能是“Shrink and Copy your long URL with a click of a button. Remember it works on a current tab you are on”。

擴展截圖

screenshot

下載URLE.(me) Shrnkr (Long URL Shortener)擴展crx文件

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

擴展使用說明

                        Shink your long URL right from the browser. You no longer have to copy the link go to a site to shorten it. You can do it right from the tab. Click on the icon to shorten and copy to clipboard. Simple and Useful.                    

擴展基本資訊

名稱 URLE.(me) Shrnkr (Long URL Shortener) URLE.(me) Shrnkr (Long URL Shortener)
ID nahlachfebiklihanaaoccmlbmibllli
官方網址 https://chromewebstore.google.com/detail/urleme-shrnkr-long-url-sh/nahlachfebiklihanaaoccmlbmibllli
簡介 Shrink and Copy your long URL with a click of a button. Remember it works on a current tab you are on
檔案大小 118 KB
安裝次數 99
目前版本 0.5.1.5
更新時間 2017-11-09
上架時間 2017-11-01
評分 5.00/5 共 2 次評分
開發者 https://urle.me
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URLE.(me) Shrnkr (Long URL Shortener)",
    "description": "Shrink and Copy your long URL with a click of a button. Remember it works on a current tab you are on",
    "version": "0.5.1.5",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "img\/logoN16.png",
        "32": "img\/logoN32.png",
        "48": "img\/logoN48.png",
        "128": "img\/logoN128.png"
    },
    "browser_action": {
        "default_icon": "img\/logo.png",
        "title": "URL",
        "default_popup": "main.html"
    },
    "author": "Designsexposition.com by Igor M",
    "short_name": "urle.me shrtnr",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+S",
                "mac": "Alt+S"
            }
        }
    },
    "permissions": [
        "tabs",
        "",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}