New Math

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

Vad är New Math?

New Math är en Chrome-tillägg utvecklad av vwmattr, och dess huvudfunktion är "Simplifies your world with the new math. There are three numbers. 0, 1, and mad.".

Ladda ner New Math-förlängningens CRX-fil

Ladda ner New Math-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn New Math New Math
ID chjomjiginjeehcifnbmoepdeafldcnd
Officiell webbadress https://chrome.google.com/webstore/detail/new-math/chjomjiginjeehcifnbmoepdeafldcnd
Beskrivning Simplifies your world with the new math. There are three numbers. 0, 1, and mad.
Filstorlek 14.5 KB
Antal Installationer 20
Aktuell Version 1.0
Senast Uppdaterad 2014-11-18
Publiceringsdatum 2014-11-18
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare vwmattr
Betalningssätt free
Stödda Språk 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"
        }
    ]
}