mub.me URL shortener
Easily shorten links with a click of a button!
mub.me URL shortenerคืออะไร?
mub.me URL shortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://mub.me และคุณลักษณะหลักของมันคือ "Easily shorten links with a click of a button!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย mub.me URL shortener
ดาวน์โหลดไฟล์ส่วนขยาย mub.me URL shortener ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easily shorten links with a click of a button! Track your link with advanced statistics! Home Page: https://mub.me
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mhkeneekolcgmipnldfdiapdgjggoamo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/mubme-url-shortener/mhkeneekolcgmipnldfdiapdgjggoamo |
คำอธิบาย | Easily shorten links with a click of a button! |
ขนาดไฟล์ | 54.81 KB |
จำนวนการติดตั้ง | 38 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2020-08-14 |
วันที่เผยแพร่ | 2020-06-22 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://mub.me |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://mub.me |
URL หน้าช่วยเหลือ | https://mub.me/page/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://mub.me/page/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "mub.me URL shortener", "version": "1.2", "description": "Easily shorten links with a click of a button!", "manifest_version": 2, "offline_enabled": false, "options_page": "options.html", "options_ui": { "chrome_style": true, "page": "options.html" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "assets\/images\/icon16.png", "default_title": "Click to shorten the current page link" }, "permissions": [ "https:\/\/mub.me\/api", "http:\/\/mub.me\/api", "tabs", "storage", "activeTab" ], "icons": { "16": "assets\/images\/icon16.png", "32": "assets\/images\/icon32.png", "128": "assets\/images\/icon128.png" } } |