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.”。

扩展截图

screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

名称 Tabs Against Humanity Tabs Against Humanity
ID ocncoapbbdeecpggmoebhoamgkjinapn
官方URL 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"
    }
}