New Math
Simplifies your world with the new math. There are three numbers. 0, 1, and mad.
Co je New Math?
New Math je rozšíření Chrome vyvinuté vwmattr, a jeho hlavní funkcí je „Simplifies your world with the new math. There are three numbers. 0, 1, and mad.“.
Stáhnout soubor CRX rozšíření New Math
Stáhněte si soubory rozšíření New Math ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | chjomjiginjeehcifnbmoepdeafldcnd |
Oficiální URL | https://chrome.google.com/webstore/detail/new-math/chjomjiginjeehcifnbmoepdeafldcnd |
Popis | Simplifies your world with the new math. There are three numbers. 0, 1, and mad. |
Velikost souboru | 14.5 KB |
Počet instalací | 20 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2014-11-18 |
Datum Vydání | 2014-11-18 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | vwmattr |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |