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 |
电子邮箱 | [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" } |