iLoveLongURL.com
Expand Short URL to Long URL in a Fly
iLoveLongURL.comคืออะไร?
iLoveLongURL.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.ilovelongurl.com และคุณลักษณะหลักของมันคือ "Expand Short URL to Long URL in a Fly"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iLoveLongURL.com
ดาวน์โหลดไฟล์ส่วนขยาย iLoveLongURL.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
I Love Long URL Protects You From Malicious Links. ‘ILoveLongURL’ essentially reverse engineers a shortened URL, giving you not only the original ‘long’ URL, but also user ratings of the website based on its trustworthiness, vendor reliability, privacy and even child safety. The interface is dead simple, and returns accurate results within seconds. The service uses the LongUrl.org API to bring back the original URL and uses ratings from the Web of Trust (WOB), a free, community based tool to rank websites on their safety and reliability.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mmmgneifcacmblfokjahhkgaihboooee |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ilovelongurlcom/mmmgneifcacmblfokjahhkgaihboooee |
คำอธิบาย | Expand Short URL to Long URL in a Fly |
ขนาดไฟล์ | 139 KB |
จำนวนการติดตั้ง | 46 |
เวอร์ชันปัจจุบัน | 2.0.0 |
อัปเดตครั้งล่าสุด | 2012-06-01 |
วันที่เผยแพร่ | 2012-06-01 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://www.ilovelongurl.com |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | http://www.ilovelongurl.com/harmfulurl.html |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "iLoveLongURL.com", "version": "2.0.0", "description": "Expand Short URL to Long URL in a Fly", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "minimum_chrome_version": "6.0.0.0", "icons": { "16": "imageinfo-16.png", "48": "imageinfo-48.png", "128": "imageinfo-128.png" }, "manifest_version": 2 } |