Hover Zoom+
Zoom images/videos on all your favorite websites (Facebook, Amazon, etc). Simply hover your mouse over the image to enlarge it.
Τι είναι το Hover Zoom+;
Το Hover Zoom+ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Oleg Anashkin, και η κύρια λειτουργία του είναι "Zoom images/videos on all your favorite websites (Facebook, Amazon, etc). Simply hover your mouse over the image to enlarge it.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Hover Zoom+
Λήψη αρχείων επέκτασης Hover Zoom+ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Hover your mouse over any image on the supported websites and the extension will automatically enlarge the image to its full size, making sure that it still fits into the browser window. This is an open source version of the original HoverZoom extension which is now overrun by malware and deleted from store. In this version all spyware has been removed, many bugs were fixed and new features were added. It doesn't collect any statistics by default. The only permission it needs is to access data on all websites (to extract full images), and *optional* permissions to access browser history, download/save images or get tab urls for per-site configuration. Sometimes sites change design and when it happens extension needs to be updated. Please report any issues with zoom not working by using Support tab or https://github.com/extesy/hoverzoom/issues page.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Hover Zoom+ |
ID | pccckmaobkjjboncdfnnofkonhgpceea |
Επίσημο URL | https://chromewebstore.google.com/detail/hover-zoom+/pccckmaobkjjboncdfnnofkonhgpceea |
Περιγραφή | Zoom images/videos on all your favorite websites (Facebook, Amazon, etc). Simply hover your mouse over the image to enlarge it. |
Μέγεθος Αρχείου | 1.4 MB |
Αριθμός Εγκαταστάσεων | 419,670 |
Τρέχουσα Έκδοση | 1.0.214.2 |
Τελευταία Ενημέρωση | 2024-02-16 |
Ημερομηνία Δημοσίευσης | 2020-07-04 |
Αξιολόγηση | 4.00/5 Συνολικά 1332 Αξιολογήσεις |
Προγραμματιστής | Oleg Anashkin |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/extesy/hoverzoom/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/extesy/hoverzoom/issues |
URL της Σελίδας Πολιτικής Απορρήτου | https://help.github.com/articles/github-privacy-policy |
Υποστηριζόμενες Γλώσσες | 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.214.2", "description": "__MSG_extDescription__", "homepage_url": "https:\/\/github.com\/extesy\/hoverzoom\/", "author": "Oleg Anashkin", "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+" }, "permissions": [ "*:\/\/*\/*", "unlimitedStorage" ], "optional_permissions": [ "downloads", "history", "tabs", "webRequest", "webRequestBlocking" ], "web_accessible_resources": [ "images\/loading.gif", "images\/spectrogram.png", "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", "js\/hls.js", "js\/findMatchingBracket.js" ], "matches": [ " |