In Zoom
Zoom in and out on images and videos using shift + mouse wheel and by other ways.
Hvad er In Zoom?
In Zoom er en Chrome-udvidelse udviklet af https://kpion.github.io, og dens hovedfunktion er "Zoom in and out on images and videos using shift + mouse wheel and by other ways.".
Udvidelsesskærmbilleder
Download In Zoom-udvidelses-CRX-fil
Download In Zoom-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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).
Grundlæggende oplysninger om udvidelsen
Navn | In Zoom |
ID | oppcghdbglmbhhobfoodedhokbadlenh |
Officiel URL | https://chromewebstore.google.com/detail/in-zoom/oppcghdbglmbhhobfoodedhokbadlenh |
Beskrivelse | Zoom in and out on images and videos using shift + mouse wheel and by other ways. |
Filstørrelse | 453 KB |
Antal Installationer | 5,000 |
Nuværende Version | 1.32 |
Senest Opdateret | 2019-05-17 |
Udgivelsesdato | 2019-05-14 |
Bedømmelse | 4.72/5 Samlet 29 Bedømmelser |
Udvikler | https://kpion.github.io |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://kpion.github.io/inzoom/ |
Hjælpeside-URL | https://kpion.github.io/inzoom/ |
Understøttede Sprog | 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": [ " |