Quick Link Previews
Get a quick preview of links before visiting.
Quick Link Previewsคืออะไร?
Quick Link Previews เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eli และคุณลักษณะหลักของมันคือ "Get a quick preview of links before visiting."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick Link Previews
ดาวน์โหลดไฟล์ส่วนขยาย Quick Link Previews ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When browsing the web, Quick Link Previews gives you a little snippit of the most important information when hovering over links. - When hovering over Youtube links, see a thumbnail of the video and its most important stats - On imgur album links see the first few images - For URL shorteners like bit.ly and tinyurl, see information about the link they go to - And a special view for links to HackerNews posts
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | khoepplcccpkapgkplpflhacbbamcbap |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/quick-link-previews/khoepplcccpkapgkplpflhacbbamcbap |
คำอธิบาย | Get a quick preview of links before visiting. |
ขนาดไฟล์ | 15.38 KB |
จำนวนการติดตั้ง | 37 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2014-10-06 |
วันที่เผยแพร่ | 2014-10-06 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | eli |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Link Previews", "short_name": "Link Preview", "version": "1.0.1", "description": "Get a quick preview of links before visiting.", "homepage_url": "https:\/\/github.com\/TheSavior\/LinkViewer\/", "manifest_version": 2, "permissions": [ "tabs", "contentSettings" ], "authors": "Open Source Contributors", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "ext-css.css" ], "js": [ "ext.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "frame\/index.html", "frame\/main.js", "frame\/total.css" ] } |