URL Shortener - USH.MX
Acortador de URL
URL Shortener - USH.MXคืออะไร?
URL Shortener - USH.MX เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Arath Velázquez และคุณลักษณะหลักของมันคือ "Acortador de URL"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL Shortener - USH.MX
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |