New Math

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

Cos'è New Math?

New Math è un'estensione di Chrome sviluppata da vwmattr, e la sua funzione principale è "Simplifies your world with the new math. There are three numbers. 0, 1, and mad.".

Scarica il file CRX dell'estensione New Math

Scarica i file di estensione New Math in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome New Math New Math
ID chjomjiginjeehcifnbmoepdeafldcnd
URL Ufficiale https://chrome.google.com/webstore/detail/new-math/chjomjiginjeehcifnbmoepdeafldcnd
Descrizione Simplifies your world with the new math. There are three numbers. 0, 1, and mad.
Dimensione del File 14.5 KB
Conteggio Installazioni 20
Versione Corrente 1.0
Ultimo Aggiornamento 2014-11-18
Data di Pubblicazione 2014-11-18
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore vwmattr
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}