URL Shortener - USH.MX

Acortador de URL

What is URL Shortener - USH.MX?

URL Shortener - USH.MX is a Chrome extension developed by Arath Velázquez, and its main feature is "Acortador de URL".

Extension Screenshots

screenshot
screenshot

Download URL Shortener - USH.MX Extension CRX File

Download URL Shortener - USH.MX extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        La manera más fácil de recortar y compartir URLs.                    

Extension Basic Information

Name URL Shortener - USH.MX URL Shortener - USH.MX
ID nmodcgfljdebfnafgaeefglhcngpdjlj
Official URL https://chrome.google.com/webstore/detail/url-shortener-ushmx/nmodcgfljdebfnafgaeefglhcngpdjlj
Description Acortador de URL
File Size 49.19 KB
Installation Count 22
Current Version 1
Last Updated 2014-04-12
Publish Date 2014-04-12
Developer Arath Velázquez
Payment Type free
Extension Website http://ush.mx
Supported Languages 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
}