TinyURL Pro
TinyURL - Convert long website links to short
TinyURL Proคืออะไร?
TinyURL Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Clark และคุณลักษณะหลักของมันคือ "TinyURL - Convert long website links to short"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TinyURL Pro
ดาวน์โหลดไฟล์ส่วนขยาย TinyURL Pro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
TinyURL Pro - The Finest URL Shortening Service TOP Features: - Absolutely FREE - No sign-up or login required - Just one-click to get short URL - Auto-copy the short URL to clipboard - Sharing over social networks [Soon..] - Context Menu for direct links and selected text(auto-extract first link) - Notifications to sharing critical updates - Other features coming soon… For any issues, errors, bugs and enhancements, please contact us at - http://tiny.cc/exthelp * No adware. No spyware. No walmare.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TinyURL Pro |
ID | daocanafelgllopgddpchjaoldiinoob |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tinyurl-pro/daocanafelgllopgddpchjaoldiinoob |
คำอธิบาย | TinyURL - Convert long website links to short |
ขนาดไฟล์ | 96.25 KB |
จำนวนการติดตั้ง | 6,705 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2020-12-26 |
วันที่เผยแพร่ | 2019-12-29 |
คะแนน | 4.92/5 รวมทั้งหมด 26 คะแนน |
ผู้พัฒนา | Clark |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://hybridapps.net/exttiny.html |
URL หน้าช่วยเหลือ | https://hybridapps.net/exttiny.html |
URL หน้านโยบายความเป็นส่วนตัว | https://dsnet.bitbucket.io/apps/privacypolicy-v2.htm |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TinyURL Pro", "short_name": "TinyURL Shortener", "version": "1.1.0", "description": "TinyURL - Convert long website links to short", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_title": "TinyURL - URL Shortener", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'" } |