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
公式URL 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
Eメール [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:\/\/*\/"
    ]
}