New Math
Simplifies your world with the new math. There are three numbers. 0, 1, and mad.
Hvad er New Math?
New Math er en Chrome-udvidelse udviklet af vwmattr, og dens hovedfunktion er "Simplifies your world with the new math. There are three numbers. 0, 1, and mad.".
Download New Math-udvidelses-CRX-fil
Download New Math-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | chjomjiginjeehcifnbmoepdeafldcnd |
Officiel URL | https://chrome.google.com/webstore/detail/new-math/chjomjiginjeehcifnbmoepdeafldcnd |
Beskrivelse | Simplifies your world with the new math. There are three numbers. 0, 1, and mad. |
Filstørrelse | 14.5 KB |
Antal Installationer | 20 |
Nuværende Version | 1.0 |
Senest Opdateret | 2014-11-18 |
Udgivelsesdato | 2014-11-18 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | vwmattr |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |