URL Shortener - USH.MX

Acortador de URL

URL Shortener - USH.MX란 무엇입니까?

URL Shortener - USH.MX은(는) Arath Velázquez에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Acortador de URL"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

URL Shortener - USH.MX 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 URL Shortener - USH.MX URL Shortener - USH.MX
ID nmodcgfljdebfnafgaeefglhcngpdjlj
공식 URL https://chrome.google.com/webstore/detail/url-shortener-ushmx/nmodcgfljdebfnafgaeefglhcngpdjlj
설명 Acortador de URL
파일 크기 49.19 KB
설치 횟수 22
현재 버전 1
최근 업데이트 2014-04-12
출시 날짜 2014-04-12
개발자 Arath Velázquez
결제 유형 free
확장 프로그램 웹 사이트 http://ush.mx
지원되는 언어 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
}