Drunk Test
Preform the 'User is Drunk' test on a given site
Co je Drunk Test?
Drunk Test je rozšíření Chrome vyvinuté Rob, a jeho hlavní funkcí je „Preform the 'User is Drunk' test on a given site“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Drunk Test
Stáhněte si soubory rozšíření Drunk Test 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í
Drunks have blurry vision. Give users one important thing to concentrate on, whether it’s signing up for your service or buying a kebab. You should still be able to understand the main actions and areas.
Základní Informace o Rozšíření
Název | Drunk Test |
ID | dagffinidcaimphpapaaagmbcahdllpg |
Oficiální URL | https://chromewebstore.google.com/detail/drunk-test/dagffinidcaimphpapaaagmbcahdllpg |
Popis | Preform the 'User is Drunk' test on a given site |
Velikost souboru | 99.32 KB |
Počet instalací | 77 |
Aktuální Verze | 1.2.1 |
Poslední Aktualizace | 2021-01-20 |
Datum Vydání | 2014-03-02 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Rob |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Drunk Test", "description": "Preform the 'User is Drunk' test on a given site", "version": "1.2.1", "permissions": [ "tabs" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "author": "Robert Nunez" } |