4p's URL Expander
Right click a shortened link and expand it
4p's URL Expanderคืออะไร?
4p's URL Expander เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 4p และคุณลักษณะหลักของมันคือ "Right click a shortened link and expand it"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 4p's URL Expander
ดาวน์โหลดไฟล์ส่วนขยาย 4p's URL Expander ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a very simple "short URL expander". If you see a shortened/suspicious URL, you can right click it and "expand" it to see where the link would take you. This uses "http://expandurl.com/" and will NOT open the shortened link, only a new tab showing the links redirects. All the hard work was done by "Gregg Hilferding". I just wanted a right click expander and nobody had made a working one. Provided expandurl doesn't shut down, this should work just fine on most versions of chrome. Limited to 100 "expands" per hour.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 4p's URL Expander |
ID | gldfamiablnblfgmflmlcbmimckdnlpj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/4ps-url-expander/gldfamiablnblfgmflmlcbmimckdnlpj |
คำอธิบาย | Right click a shortened link and expand it |
ขนาดไฟล์ | 7.08 KB |
จำนวนการติดตั้ง | 79 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2017-06-30 |
วันที่เผยแพร่ | 2017-06-30 |
ผู้พัฒนา | 4p |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://expandurl.com/ |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "4p's URL Expander", "description": "Right click a shortened link and expand it", "version": "0.0.1", "permissions": [ "contextMenus" ], "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "persistent": true, "scripts": [ "popup.js" ] }, "manifest_version": 2 } |