Simple URL Shortener
This extension shows Shortened URL For the current webpage
Simple URL Shortenerคืออะไร?
Simple URL Shortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vishal Goyal และคุณลักษณะหลักของมันคือ "This extension shows Shortened URL For the current webpage"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple URL Shortener
ดาวน์โหลดไฟล์ส่วนขยาย Simple URL Shortener ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a 100% Ad Free Private URL Shortener which provides more useful features like optional Password Protection, Complete Analytics to Track each and every user who clicks a link. Our system allows you to track everything. Whether it is the amount of clicks, the country or the referrer, the data is there. Above all, it is 100% free - http://k2g.co
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Simple URL Shortener |
ID | cjifcphacfcmdmlgekkbhchcapdhgddi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/simple-url-shortener/cjifcphacfcmdmlgekkbhchcapdhgddi |
คำอธิบาย | This extension shows Shortened URL For the current webpage |
ขนาดไฟล์ | 13.83 KB |
จำนวนการติดตั้ง | 121 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2015-10-17 |
วันที่เผยแพร่ | 2015-10-16 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Vishal Goyal |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://k2g.co |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple URL Shortener", "description": "This extension shows Shortened URL For the current webpage", "version": "2.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "http:\/\/*\/", "https:\/\/*\/" ] } |