New Math

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

Co to jest New Math?

New Math to rozszerzenie Chrome opracowane przez vwmattr, a jego główną funkcją jest „Simplifies your world with the new math. There are three numbers. 0, 1, and mad.”.

Pobierz plik CRX rozszerzenia New Math

Pobierz pliki rozszerzeń New Math w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa New Math New Math
ID chjomjiginjeehcifnbmoepdeafldcnd
Oficjalny URL https://chrome.google.com/webstore/detail/new-math/chjomjiginjeehcifnbmoepdeafldcnd
Opis Simplifies your world with the new math. There are three numbers. 0, 1, and mad.
Rozmiar pliku 14.5 KB
Liczba instalacji 20
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-11-18
Data Publikacji 2014-11-18
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper vwmattr
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}