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…

Qu'est-ce que HREF Pro URL Shortener ?

HREF Pro URL Shortener est une extension Chrome développée par https://href.pro, et sa fonction principale est "This tool will help you turn a long and complicated link into a short one. Shortened links look nicer in your posts and messages…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension HREF Pro URL Shortener

Téléchargez les fichiers d'extension HREF Pro URL Shortener au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom HREF Pro URL Shortener HREF Pro URL Shortener
ID mdjefmomlhmdkhnioekadkmcokhlifdm
URL Officiel https://chromewebstore.google.com/detail/href-pro-url-shortener/mdjefmomlhmdkhnioekadkmcokhlifdm
Description This tool will help you turn a long and complicated link into a short one. Shortened links look nicer in your posts and messages…
Taille du Fichier 242 KB
Nombre d'Installations 35
Version Actuelle 1.1
Dernière Mise à Jour 2016-08-04
Date de Publication 2016-08-04
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://href.pro
Type de Paiement free
Langues Prises en Charge 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"
    }
}