Mouse Gestures
The extension currently allows 2 mouse gestures: back and forward. Hold right mouse button pressed and move mouse left - that…
Что такое Mouse Gestures?
Mouse Gestures - это расширение Chrome, разработанное Unknown, и его основная функция - "The extension currently allows 2 mouse gestures: back and forward. Hold right mouse button pressed and move mouse left - that…".
Снимки экрана расширения
Скачать файл CRX расширения Mouse Gestures
Скачайте файлы расширений Mouse Gestures в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The extension currently allows 2 mouse gestures: back and forward. Hold right mouse button pressed and move mouse left - that affects as back. Hold right mouse button pressed and move mouse right - that affects as forward. Don't be scared of mouse track - it will disappear when the button is released!
Основная информация о расширении
Название | Mouse Gestures |
ID | mihlicfjbknojccbmgepbbgpndhibbng |
Официальный URL | https://chromewebstore.google.com/detail/mouse-gestures/mihlicfjbknojccbmgepbbgpndhibbng |
Описание | The extension currently allows 2 mouse gestures: back and forward. Hold right mouse button pressed and move mouse left - that… |
Размер файла | 11.54 KB |
Количество установок | 13 |
Текущая Версия | 1.0 |
Последнее Обновление | 2020-04-20 |
Дата публикации | 2020-04-16 |
Разработчик | Unknown |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mouse Gestures", "version": "1.0", "manifest_version": 2, "browser_action": [], "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ " |