New Math

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

Wat is New Math?

New Math is een Chrome-extensie ontwikkeld door vwmattr, en de belangrijkste functie is "Simplifies your world with the new math. There are three numbers. 0, 1, and mad.".

Download het CRX-bestand van de extensie New Math

Download New Math-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam New Math New Math
ID chjomjiginjeehcifnbmoepdeafldcnd
Officiële URL https://chrome.google.com/webstore/detail/new-math/chjomjiginjeehcifnbmoepdeafldcnd
Beschrijving Simplifies your world with the new math. There are three numbers. 0, 1, and mad.
Bestandsgrootte 14.5 KB
Aantal Installaties 20
Huidige Versie 1.0
Laatst Bijgewerkt 2014-11-18
Publicatiedatum 2014-11-18
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar vwmattr
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}