HREF Pro URL Shortener

This tool will help you turn a long and complicated link into a short one. Shortened links look nicer in your posts and messages…

HREF Pro URL Shortenerとは何ですか?

HREF Pro URL Shortenerはhttps://href.proによって開発されたChromeの拡張機能で、その主な機能は「This tool will help you turn a long and complicated link into a short one. Shortened links look nicer in your posts and messages…」です。

拡張機能のスクリーンショット

screenshot

HREF Pro URL Shortener拡張機能のCRXファイルをダウンロード

HREF Pro URL Shortener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This tool will help you turn a long and complicated link into a short one. Shortened links look nicer in your posts and messages and are easier to copy.

You get:
* Fast SHORT url
* Fast QR code
* Full stat
* Fast share on Social Media

More features on site:
* Password protect
* Geotargeting                    

拡張機能の基本情報

名前 HREF Pro URL Shortener HREF Pro URL Shortener
ID mdjefmomlhmdkhnioekadkmcokhlifdm
公式URL https://chromewebstore.google.com/detail/href-pro-url-shortener/mdjefmomlhmdkhnioekadkmcokhlifdm
説明 This tool will help you turn a long and complicated link into a short one. Shortened links look nicer in your posts and messages…
ファイルサイズ 242 KB
インストール数 35
現在のバージョン 1.1
最終更新日 2016-08-04
公開日 2016-08-04
評価 3.00/5 合計 2 レビュー
開発者 https://href.pro
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HREF Pro URL Shortener",
    "version": "1.1",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/href.pro\/*"
            ],
            "js": [
                "js\/href.js"
            ],
            "css": [
                "style\/chrome.css"
            ]
        }
    ],
    "permissions": [
        "*:\/\/href.pro\/*",
        "unlimited_storage",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Short you URL",
        "default_icon": "images\/icon48.png",
        "default_popup": "popup.html"
    }
}