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"
    }
}