URL Shortener - USH.MX
Acortador de URL
Cos'è URL Shortener - USH.MX?
URL Shortener - USH.MX è un'estensione di Chrome sviluppata da Arath Velázquez, e la sua funzione principale è "Acortador de URL".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione URL Shortener - USH.MX
Scarica i file di estensione URL Shortener - USH.MX 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
La manera más fácil de recortar y compartir URLs.
Informazioni di Base sull'Estensione
Nome | |
ID | nmodcgfljdebfnafgaeefglhcngpdjlj |
URL Ufficiale | https://chrome.google.com/webstore/detail/url-shortener-ushmx/nmodcgfljdebfnafgaeefglhcngpdjlj |
Descrizione | Acortador de URL |
Dimensione del File | 49.19 KB |
Conteggio Installazioni | 22 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2014-04-12 |
Data di Pubblicazione | 2014-04-12 |
Sviluppatore | Arath Velázquez |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://ush.mx |
Lingue Supportate | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL Shortener - USH.MX", "description": "Acortador de URL", "version": "1", "background": { "page": "index.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/www.ush.mx\/" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-1.11.0.min.js" ] } ], "browser_action": { "default_title": "Ush.mx", "default_popup": "index.html", "default_icon": "ush16.png" }, "icons": { "16": "ush16.png", "48": "ush48.png" }, "manifest_version": 2 } |