New Math

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

Was ist New Math?

New Math ist eine Chrome-Erweiterung, die von vwmattr entwickelt wurde, und ihr Hauptmerkmal ist "Simplifies your world with the new math. There are three numbers. 0, 1, and mad.".

New Math-Erweiterungs-CRX-Datei herunterladen

Laden Sie New Math-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name New Math New Math
ID chjomjiginjeehcifnbmoepdeafldcnd
Offizielle URL https://chrome.google.com/webstore/detail/new-math/chjomjiginjeehcifnbmoepdeafldcnd
Beschreibung Simplifies your world with the new math. There are three numbers. 0, 1, and mad.
Dateigröße 14.5 KB
Installationsanzahl 20
Aktuelle Version 1.0
Letztes Update 2014-11-18
Veröffentlichungsdatum 2014-11-18
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler vwmattr
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}