Drunk Test
Preform the 'User is Drunk' test on a given site
Drunk Testとは何ですか?
Drunk TestはRobによって開発されたChromeの拡張機能で、その主な機能は「Preform the 'User is Drunk' test on a given site」です。
拡張機能のスクリーンショット
Drunk Test拡張機能のCRXファイルをダウンロード
Drunk Test拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Drunk Test |
ID | dagffinidcaimphpapaaagmbcahdllpg |
公式URL | https://chromewebstore.google.com/detail/drunk-test/dagffinidcaimphpapaaagmbcahdllpg |
説明 | Preform the 'User is Drunk' test on a given site |
ファイルサイズ | 99.32 KB |
インストール数 | 77 |
現在のバージョン | 1.2.1 |
最終更新日 | 2021-01-20 |
公開日 | 2014-03-02 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Rob |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } |