CTRL+Enter Image Zoom
Zoom image with CTRL+Enter
Что такое CTRL+Enter Image Zoom?
CTRL+Enter Image Zoom - это расширение Chrome, разработанное husseyexplores, и его основная функция - "Zoom image with CTRL+Enter".
Снимки экрана расширения
Скачать файл CRX расширения CTRL+Enter Image Zoom
Скачайте файлы расширений CTRL+Enter Image Zoom в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
If you open an HD (zoomable) image in your browser tab, then you click click the image to zoom in/out. What if you want to zoom with your keyboard? Well, that is exactly the purpose of this extension.
To toggle the zoom with your keyboard, just press `CTRL + Enter` or `CTRL + Space`. Scroll up/down/left/right with WASD keys! Основная информация о расширении
| Название | |
| ID | mbanbfmeljdgjcbifknlfdedhdnnepkj |
| Официальный URL | https://chromewebstore.google.com/detail/ctrl+enter-image-zoom/mbanbfmeljdgjcbifknlfdedhdnnepkj |
| Описание | Zoom image with CTRL+Enter |
| Размер файла | 13.23 KB |
| Количество установок | 61 |
| Текущая Версия | 0.3.0 |
| Последнее Обновление | 2020-04-10 |
| Дата публикации | 2020-04-08 |
| Разработчик | husseyexplores |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/husseyexplores/image-zoom-extension |
| URL страницы помощи | https://github.com/husseyexplores/image-zoom-extension |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CTRL+Enter Image Zoom",
"version": "0.3.0",
"author": "Husseyexplores",
"manifest_version": 2,
"description": "Zoom image with CTRL+Enter",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end",
"js": [
"src\/inject\/inject.js"
]
}
]
} | |