Hoverable
Hoverable - automatically enlarge photo links.
Hoverableคืออะไร?
Hoverable เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Will Charczuk และคุณลักษณะหลักของมันคือ "Hoverable - automatically enlarge photo links."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hoverable
ดาวน์โหลดไฟล์ส่วนขยาย Hoverable ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hoverable is a lightweight plugin to make browsing images easier. Hover over a link (instead of clicking on it) to view the image.
Supports links to a number of sites, including:
- imgur.com
- gfycat.com
- instagram.com
- flickr.com
- wikipedia.org ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | oiegbjhacgfjnojenkfcjfihebknpnef |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hoverable/oiegbjhacgfjnojenkfcjfihebknpnef |
| คำอธิบาย | Hoverable - automatically enlarge photo links. |
| ขนาดไฟล์ | 36.93 KB |
| จำนวนการติดตั้ง | 448 |
| เวอร์ชันปัจจุบัน | 0.9 |
| อัปเดตครั้งล่าสุด | 2014-10-16 |
| วันที่เผยแพร่ | 2014-10-15 |
| คะแนน | 3.70/5 รวมทั้งหมด 10 คะแนน |
| ผู้พัฒนา | Will Charczuk |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Hoverable",
"short_name": "Hoverable",
"version": "0.9",
"manifest_version": 2,
"description": "Hoverable - automatically enlarge photo links.",
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"hoverable.css"
],
"js": [
"zepto.min.js",
"extension.js"
]
}
],
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"http:\/\/*.flickr.com\/photos\/*",
"http:\/\/img.photobucket.com\/*",
"http:\/\/imgclean.com\/*",
"http:\/\/backend.deviantart.com\/oembed?url=*",
"https:\/\/mediacru.sh\/*",
"http:\/\/noembed.com\/embed?url=*",
"http:\/\/instagram.com\/*",
"http:\/\/*.instagram.com\/*",
"http:\/\/tumblr.com\/*",
"http:\/\/*.tumblr.com\/*",
"http:\/\/t.co\/*",
"http:\/\/goo.gl\/*",
"http:\/\/bit.ly\/*",
"http:\/\/tiny.cc\/*",
"http:\/\/*.wikipedia.org\/*",
"http:\/\/*.gfycat.com\/*"
]
} | |