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. 擴展基本資訊
| 名稱 | |
| ID | dagffinidcaimphpapaaagmbcahdllpg |
| 官方網址 | 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"
} | |