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"
    }
}