URL Shortener - USH.MX
Acortador de URL
什么是URL Shortener - USH.MX?
URL Shortener - USH.MX是由Arath Velázquez开发的Chrome扩展程序,该扩展的主要功能是“Acortador de URL”。
扩展截图
下载URL Shortener - USH.MX扩展crx文件
下载URL Shortener - USH.MX扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
La manera más fácil de recortar y compartir URLs.
扩展基本信息
名称 | |
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 } |