In Zoom
Zoom in and out on images and videos using shift + mouse wheel and by other ways.
Что такое In Zoom?
In Zoom - это расширение Chrome, разработанное https://kpion.github.io, и его основная функция - "Zoom in and out on images and videos using shift + mouse wheel and by other ways.".
Снимки экрана расширения
Скачать файл CRX расширения In Zoom
Скачайте файлы расширений In Zoom в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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).
Основная информация о расширении
Название | In Zoom |
ID | oppcghdbglmbhhobfoodedhokbadlenh |
Официальный URL | https://chromewebstore.google.com/detail/in-zoom/oppcghdbglmbhhobfoodedhokbadlenh |
Описание | Zoom in and out on images and videos using shift + mouse wheel and by other ways. |
Размер файла | 453 KB |
Количество установок | 5,000 |
Текущая Версия | 1.32 |
Последнее Обновление | 2019-05-17 |
Дата публикации | 2019-05-14 |
Рейтинг | 4.72/5 Всего 29 оценок |
Разработчик | https://kpion.github.io |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://kpion.github.io/inzoom/ |
URL страницы помощи | https://kpion.github.io/inzoom/ |
Поддерживаемые языки | 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": [ " |