Hover Zoom Gold!
Zoom images/videos on all your favorite websites (Facebook, Amazon, etc). Simply hover your mouse over the image to enlarge it.
Hover Zoom Gold!คืออะไร?
Hover Zoom Gold! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย superlime และคุณลักษณะหลักของมันคือ "Zoom images/videos on all your favorite websites (Facebook, Amazon, etc). Simply hover your mouse over the image to enlarge it."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hover Zoom Gold!
ดาวน์โหลดไฟล์ส่วนขยาย Hover Zoom Gold! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Chrome extension will show an image if you hover over its thumbnail or a link. Also integrates with Reddit Gold to properly sync visited state for images (i.e. purple/blue links) across machines! If you don't care about the Reddit Gold integration, you should just use HoverZoom+ instead as it is more frequently updated. More details and all source code can be found on the github project page: https://github.com/superlime/HoverZoomGold
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hover Zoom Gold! |
ID | kblljkbkmfdfpplafkpmcapjhhboolfp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hover-zoom-gold/kblljkbkmfdfpplafkpmcapjhhboolfp |
คำอธิบาย | Zoom images/videos on all your favorite websites (Facebook, Amazon, etc). Simply hover your mouse over the image to enlarge it. |
ขนาดไฟล์ | 693 KB |
จำนวนการติดตั้ง | 25,115 |
เวอร์ชันปัจจุบัน | 1.0.158 |
อัปเดตครั้งล่าสุด | 2020-12-20 |
วันที่เผยแพร่ | 2019-06-11 |
คะแนน | 3.70/5 รวมทั้งหมด 57 คะแนน |
ผู้พัฒนา | superlime |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/superlime/HoverZoomGold |
URL หน้าช่วยเหลือ | https://github.com/superlime/HoverZoomGold/issues |
ภาษาที่รองรับ | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "version": "1.0.158", "description": "__MSG_extDescription__", "homepage_url": "https:\/\/github.com\/superlime\/hoverzoomgold\/", "author": "superlime", "manifest_version": 2, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_locale": "en", "minimum_chrome_version": "22", "background": { "persistent": true, "scripts": [ "js\/libs\/backgroundScriptsAPIBridge.js", "js\/common.js", "js\/background.js" ] }, "options_ui": { "page": "html\/options.html", "chrome_style": false, "open_in_tab": true }, "page_action": { "default_icon": { "19": "images\/icon19.png" }, "default_popup": "html\/popup.html", "default_title": "Hover Zoom GOLD!" }, "permissions": [ "*:\/\/*\/*", "unlimitedStorage" ], "optional_permissions": [ "history", "tabs" ], "web_accessible_resources": [ "images\/loading.gif", "js\/libs\/gumby.js", "js\/libs\/jquery-3.2.1.js", "js\/libs\/jquery.mobile.custom.js", "js\/libs\/modernizr-2.7.1.js", "js\/common.js", "js\/options.js" ], "content_scripts": [ { "js": [ "js\/libs\/jquery-3.2.1.js", "js\/libs\/contentScriptsAPIBridge.js", "js\/tools.js", "js\/plugins.js", "plugins\/default.js", "js\/hoverzoom.js" ], "matches": [ " |