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 - это расширение Chrome, разработанное https://href.pro, и его основная функция - "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

Скачать файл CRX расширения HREF Pro URL Shortener

Скачайте файлы расширений 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"
    }
}