Meet raise hand
This is a Chrome extension that allows you to control the Raise button with real hand movements
Co je Meet raise hand?
Meet raise hand je rozšíření Chrome vyvinuté RyoKawamata, a jeho hlavní funkcí je „This is a Chrome extension that allows you to control the Raise button with real hand movements“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Meet raise hand
Stáhněte si soubory rozšíření Meet raise hand ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This is a Chrome extension that allows you to control the Raise button with real hand movements. ## Feature - ✋ When you raise your hand in real life, the meet's raise button will also be pressed. - 🔐 All processing is done within the browser. No image data will be sent to the any server.
Základní Informace o Rozšíření
Název | |
ID | hblejdjcncfdlcjdjcjipngpkadmppca |
Oficiální URL | https://chrome.google.com/webstore/detail/meet-raise-hand/hblejdjcncfdlcjdjcjipngpkadmppca |
Popis | This is a Chrome extension that allows you to control the Raise button with real hand movements |
Velikost souboru | 268 KB |
Počet instalací | 484 |
Aktuální Verze | 0.0.1 |
Poslední Aktualizace | 2021-08-22 |
Datum Vydání | 2021-08-22 |
Vývojář | RyoKawamata |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/kawamataryo/meet-raise-hand |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Meet raise hand", "version": "0.0.1", "description": "This is a Chrome extension that allows you to control the Raise button with real hand movements", "browser_action": { "default_icon": ".\/assets\/icon-48.png", "default_popup": ".\/dist\/popup\/index.html" }, "content_scripts": [ { "matches": [ "http:\/\/meet.google.com\/*", "https:\/\/meet.google.com\/*" ], "js": [ ".\/dist\/contentScripts\/index.global.js" ], "css": [ ".\/dist\/contentScripts\/index.global.css" ] } ], "icons": { "19": ".\/assets\/icon-19.png", "48": ".\/assets\/icon-48.png", "128": ".\/assets\/icon.png" }, "permissions": [ "tabs", "activeTab" ] } |