Tabs Against Humanity

Draws cards when opening a new tab.

Qu'est-ce que Tabs Against Humanity ?

Tabs Against Humanity est une extension Chrome développée par Twan, et sa fonction principale est "Draws cards when opening a new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tabs Against Humanity

Téléchargez les fichiers d'extension Tabs Against Humanity au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Tabs Against Humanity Tabs Against Humanity
ID ocncoapbbdeecpggmoebhoamgkjinapn
URL Officiel https://chrome.google.com/webstore/detail/tabs-against-humanity/ocncoapbbdeecpggmoebhoamgkjinapn
Description Draws cards when opening a new tab.
Taille du Fichier 56.27 KB
Nombre d'Installations 132
Version Actuelle 1.3
Dernière Mise à Jour 2017-05-02
Date de Publication 2017-05-02
Évaluation 5.00/5 Total 3 Évaluations
Développeur Twan
Type de Paiement in_app
Langues Prises en Charge 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"
    }
}