Tabs Against Humanity
Draws cards when opening a new tab.
什麼是Tabs Against Humanity?
Tabs Against Humanity是由Twan開發的Chrome擴展程式,該擴展的主要功能是“Draws cards when opening a new tab.”。
擴展截圖
下載Tabs Against Humanity擴展crx文件
下載Tabs Against Humanity擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Generates a random combination of Cards Against Humanity cards on the new tab page. You don't need friends anymore. Play CAH alone. Have fun. v1.3 : Click on a white card to redraw.
擴展基本資訊
名稱 | |
ID | ocncoapbbdeecpggmoebhoamgkjinapn |
官方網址 | https://chrome.google.com/webstore/detail/tabs-against-humanity/ocncoapbbdeecpggmoebhoamgkjinapn |
簡介 | Draws cards when opening a new tab. |
檔案大小 | 56.27 KB |
安裝次數 | 132 |
目前版本 | 1.3 |
更新時間 | 2017-05-02 |
上架時間 | 2017-05-02 |
評分 | 5.00/5 共 3 次評分 |
開發者 | Twan |
付費類型 | in_app |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabs Against Humanity", "description": "Draws cards when opening a new tab.", "version": "1.3", "icons": { "128": "128.png" }, "author": "Twan", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "management" ], "chrome_url_overrides": { "newtab": "newtab.html" } } |