hamsterGestures
A simple mouse gestures extension
Co to jest hamsterGestures?
hamsterGestures to rozszerzenie Chrome opracowane przez killhamster, a jego główną funkcją jest „A simple mouse gestures extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia hamsterGestures
Pobierz pliki rozszerzeń hamsterGestures w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Adds a few simple mouse gestures to Chrome, similar to the gestures found in the old Opera browser. Allows for rocker gestures (quickly pressing LR or RL) along with opening links in new tabs and forward/back functions.
Podstawowe informacje o rozszerzeniu
Nazwa | hamsterGestures |
ID | onhffgjaaedecbofdpifakjfgkkalhde |
Oficjalny URL | https://chromewebstore.google.com/detail/hamstergestures/onhffgjaaedecbofdpifakjfgkkalhde |
Opis | A simple mouse gestures extension |
Rozmiar pliku | 24.21 KB |
Liczba instalacji | 20 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2021-04-20 |
Data Publikacji | 2021-04-19 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | killhamster |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "hamsterGestures", "manifest_version": 2, "browser_action": { "default_icon": "icon128.png", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "options.html", "default_title": "hamsterGestures" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |