New Math

Simplifies your world with the new math. There are three numbers. 0, 1, and mad.

Qu'est-ce que New Math ?

New Math est une extension Chrome développée par vwmattr, et sa fonction principale est "Simplifies your world with the new math. There are three numbers. 0, 1, and mad.".

Télécharger le fichier CRX de l'extension New Math

Téléchargez les fichiers d'extension New Math 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

                        New math helps you simplify your life. It's easy. With new math, there are only a few numbers to worry about: 0, 1, and Mad.

Use new math, you'll have mad friends, and mad time on your hands. You'll be making mad money, buying mad cars, and going to mad amusement parks. Welcome to new math.                    

Informations de Base sur l'Extension

Nom New Math New Math
ID chjomjiginjeehcifnbmoepdeafldcnd
URL Officiel https://chrome.google.com/webstore/detail/new-math/chjomjiginjeehcifnbmoepdeafldcnd
Description Simplifies your world with the new math. There are three numbers. 0, 1, and mad.
Taille du Fichier 14.5 KB
Nombre d'Installations 20
Version Actuelle 1.0
Dernière Mise à Jour 2014-11-18
Date de Publication 2014-11-18
Évaluation 5.00/5 Total 2 Évaluations
Développeur vwmattr
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Math",
    "version": "1.0",
    "description": "Simplifies your world with the new math.  There are three numbers. 0, 1, and mad.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}