Preview - Sneak peak at links
ALT+Click links for a popup preview
Preview - Sneak peak at linksคืออะไร?
Preview - Sneak peak at links เป็นส่วนขยายของ Chrome ที่พัฒนาโดย benamara.otniel และคุณลักษณะหลักของมันคือ "ALT+Click links for a popup preview"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Preview - Sneak peak at links
ดาวน์โหลดไฟล์ส่วนขยาย Preview - Sneak peak at links ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tired of context switches and too many tabs? Get a sneak peak preview of links. Press the ALT key when clicking a link and a preview popup will appear! don't worry about those popups, they automatically disappear when the popup loses focus. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | eogpejkjgbbhikkebmpbcdglbnjllfai |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/preview-sneak-peak-at-lin/eogpejkjgbbhikkebmpbcdglbnjllfai |
| คำอธิบาย | ALT+Click links for a popup preview |
| ขนาดไฟล์ | 103 KB |
| จำนวนการติดตั้ง | 1,004 |
| เวอร์ชันปัจจุบัน | 0.0.2 |
| อัปเดตครั้งล่าสุด | 2017-05-05 |
| วันที่เผยแพร่ | 2017-05-04 |
| คะแนน | 3.41/5 รวมทั้งหมด 22 คะแนน |
| ผู้พัฒนา | benamara.otniel |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://www.preview.guru |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Preview - Sneak peak at links",
"version": "0.0.2",
"manifest_version": 2,
"description": "ALT+Click links for a popup preview",
"icons": {
"16": "icons\/icon128.png",
"48": "icons\/icon128.png",
"128": "icons\/icon128.png"
},
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
"default_locale": "en",
"background": {
"scripts": [
"src\/bg\/background.js"
],
"persistent": true
},
"web_accessible_resources": [
"static\/*"
],
"permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*",
"downloads"
],
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"css": [
"src\/inject\/inject.css"
],
"all_frames": true,
"match_about_blank": true
},
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"all_frames": true,
"js": [
"js\/jquery-1.12.4.min.js",
"src\/inject\/content.js"
]
}
]
} | |