URL Shortener - USH.MX
Acortador de URL
Wat is URL Shortener - USH.MX?
URL Shortener - USH.MX is een Chrome-extensie ontwikkeld door Arath Velázquez, en de belangrijkste functie is "Acortador de URL".
Extensie Screenshots
Download het CRX-bestand van de extensie URL Shortener - USH.MX
Download URL Shortener - USH.MX-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
La manera más fácil de recortar y compartir URLs.
Basisinformatie over de Extensie
Naam | |
ID | nmodcgfljdebfnafgaeefglhcngpdjlj |
Officiële URL | https://chrome.google.com/webstore/detail/url-shortener-ushmx/nmodcgfljdebfnafgaeefglhcngpdjlj |
Beschrijving | Acortador de URL |
Bestandsgrootte | 49.19 KB |
Aantal Installaties | 22 |
Huidige Versie | 1 |
Laatst Bijgewerkt | 2014-04-12 |
Publicatiedatum | 2014-04-12 |
Ontwikkelaar | Arath Velázquez |
Betalingswijze | free |
Extensiewebsite | http://ush.mx |
Ondersteunde Talen | 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 } |