In Zoom
Zoom in and out on images and videos using shift + mouse wheel and by other ways.
Co je In Zoom?
In Zoom je rozšíření Chrome vyvinuté https://kpion.github.io, a jeho hlavní funkcí je „Zoom in and out on images and videos using shift + mouse wheel and by other ways.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření In Zoom
Stáhněte si soubory rozšíření In Zoom ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension works "inline", i.e. images are not displayed in a popup - instead they are enlarged exactly where they are. Press shift (customizable) and use mouse wheel to zoom in or out an image or video under pointer. It's open source: https://github.com/kpion/inzoom If you have any suggestions, please don't hesitate to reach me on [email protected] or file an issue on the github page above. New in version 1.31: Keyboard shortcut to enlarge a photo and bring it to the front in one step (alt + a).
Základní Informace o Rozšíření
Název | In Zoom |
ID | oppcghdbglmbhhobfoodedhokbadlenh |
Oficiální URL | https://chromewebstore.google.com/detail/in-zoom/oppcghdbglmbhhobfoodedhokbadlenh |
Popis | Zoom in and out on images and videos using shift + mouse wheel and by other ways. |
Velikost souboru | 453 KB |
Počet instalací | 5,000 |
Aktuální Verze | 1.32 |
Poslední Aktualizace | 2019-05-17 |
Datum Vydání | 2019-05-14 |
Hodnocení | 4.72/5 Celkem 29 Hodnocení |
Vývojář | https://kpion.github.io |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://kpion.github.io/inzoom/ |
URL Stránky Nápovědy | https://kpion.github.io/inzoom/ |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "In Zoom", "version": "1.32", "description": "Zoom in and out on images and videos using shift + mouse wheel and by other ways.", "permissions": [ "storage", "contextMenus" ], "homepage_url": "https:\/\/kpion.github.io\/inzoom\/", "browser_action": { "default_popup": "browserAction\/index.html", "default_icon": { "16": "static\/images\/camera_lens_128.png", "32": "static\/images\/camera_lens_128.png", "48": "static\/images\/camera_lens_128.png", "128": "static\/images\/camera_lens_128.png" }, "default_title": "In Zoom - zoom in \/ out on images and videos" }, "background": { "page": "background\/index.html" }, "content_scripts": [ { "matches": [ " |