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…

Co to jest HREF Pro URL Shortener?

HREF Pro URL Shortener to rozszerzenie Chrome opracowane przez https://href.pro, a jego główną funkcją jest „This tool will help you turn a long and complicated link into a short one. Shortened links look nicer in your posts and messages…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia HREF Pro URL Shortener

Pobierz pliki rozszerzeń HREF Pro URL Shortener w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa HREF Pro URL Shortener HREF Pro URL Shortener
ID mdjefmomlhmdkhnioekadkmcokhlifdm
Oficjalny URL https://chromewebstore.google.com/detail/href-pro-url-shortener/mdjefmomlhmdkhnioekadkmcokhlifdm
Opis This tool will help you turn a long and complicated link into a short one. Shortened links look nicer in your posts and messages…
Rozmiar pliku 242 KB
Liczba instalacji 35
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2016-08-04
Data Publikacji 2016-08-04
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper https://href.pro
Typ Płatności free
Obsługiwane Języki 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"
    }
}