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…
Cos'è HREF Pro URL Shortener?
HREF Pro URL Shortener è un'estensione di Chrome sviluppata da https://href.pro, e la sua funzione principale è "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 dell'Estensione
Scarica il file CRX dell'estensione HREF Pro URL Shortener
Scarica i file di estensione HREF Pro URL Shortener in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | HREF Pro URL Shortener |
ID | mdjefmomlhmdkhnioekadkmcokhlifdm |
URL Ufficiale | https://chromewebstore.google.com/detail/href-pro-url-shortener/mdjefmomlhmdkhnioekadkmcokhlifdm |
Descrizione | This tool will help you turn a long and complicated link into a short one. Shortened links look nicer in your posts and messages… |
Dimensione del File | 242 KB |
Conteggio Installazioni | 35 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2016-08-04 |
Data di Pubblicazione | 2016-08-04 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | https://href.pro |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |