Best URL Shortener
Convert long URLs or Links of websites to short and friendly ones.
Best URL Shortenerคืออะไร?
Best URL Shortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wilson และคุณลักษณะหลักของมันคือ "Convert long URLs or Links of websites to short and friendly ones."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Best URL Shortener
ดาวน์โหลดไฟล์ส่วนขยาย Best URL Shortener ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The best URL shortening service that is fast, simple and efficient. No need to sign-up and unlimited links! For any issues, errors, bugs and enhancements, please raise your request at http://tiny.cc/exthelp. Security:- All links are carefully verified and checked before generating short url.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Best URL Shortener |
ID | jhcjblhckchiedihkfkgjaghggbcmbdn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/best-url-shortener/jhcjblhckchiedihkfkgjaghggbcmbdn |
คำอธิบาย | Convert long URLs or Links of websites to short and friendly ones. |
ขนาดไฟล์ | 226 KB |
จำนวนการติดตั้ง | 27,544 |
เวอร์ชันปัจจุบัน | 2.0.1 |
อัปเดตครั้งล่าสุด | 2023-12-29 |
วันที่เผยแพร่ | 2020-01-02 |
คะแนน | 4.51/5 รวมทั้งหมด 55 คะแนน |
ผู้พัฒนา | Wilson |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://hybridapps.net/ |
URL หน้าช่วยเหลือ | http://tiny.cc/appshelp |
URL หน้านโยบายความเป็นส่วนตัว | http://tiny.cc/appsprivacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Best URL Shortener", "short_name": "Best URL Shortener", "version": "2.0.1", "description": "Convert long URLs or Links of websites to short and friendly ones.", "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "background": { "service_worker": "service_worker.js", "type": "module" }, "action": { "default_icon": "images\/icon.png", "default_title": "Best URL Shortener", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "activeTab", "contextMenus", "unlimitedStorage", "storage", "alarms", "scripting" ] } |