Upto.Site URL Shortener
Ultimate url shortener to create instant FREE short urls from your browser
Upto.Site URL Shortenerคืออะไร?
Upto.Site URL Shortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NewTabTodo และคุณลักษณะหลักของมันคือ "Ultimate url shortener to create instant FREE short urls from your browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Upto.Site URL Shortener
ดาวน์โหลดไฟล์ส่วนขยาย Upto.Site URL Shortener ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Quick URL shortener using Upto.Site Public API which lets you create and manage short links quickly and easily
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Upto.Site URL Shortener |
ID | lllpgenfpmneflmfdglfcpnekpicdajl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/uptosite-url-shortener/lllpgenfpmneflmfdglfcpnekpicdajl |
คำอธิบาย | Ultimate url shortener to create instant FREE short urls from your browser |
ขนาดไฟล์ | 71.79 KB |
จำนวนการติดตั้ง | 33 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2022-03-05 |
วันที่เผยแพร่ | 2021-03-24 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | NewTabTodo |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://upto.site |
URL หน้านโยบายความเป็นส่วนตัว | https://newtabtodo.com/privacy-policy.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.3", "name": "Upto.Site URL Shortener", "short_name": "Upto.Site", "description": "Ultimate url shortener to create instant FREE short urls from your browser", "homepage_url": "https:\/\/upto.site\/", "author": "Muhammad Ovi", "browser_action": { "default_icon": "root-assets\/img\/icons\/x32.png", "default_title": "Upto.Site URL Shortener", "default_popup": "popup\/index.html" }, "icons": { "16": "root-assets\/img\/icons\/x16.png", "32": "root-assets\/img\/icons\/x32.png", "48": "root-assets\/img\/icons\/x48.png", "128": "root-assets\/img\/icons\/x128.png" }, "permissions": [ "storage", "activeTab", "contextMenus" ], "background": { "scripts": [ "root-assets\/js\/browser-polyfill.js", "root-assets\/js\/background-script.js" ] } } |