New Math
Simplifies your world with the new math. There are three numbers. 0, 1, and mad.
What is New Math?
New Math is a Chrome extension developed by vwmattr, and its main feature is "Simplifies your world with the new math. There are three numbers. 0, 1, and mad.".
Download New Math Extension CRX File
Download New Math extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | chjomjiginjeehcifnbmoepdeafldcnd |
Official URL | https://chrome.google.com/webstore/detail/new-math/chjomjiginjeehcifnbmoepdeafldcnd |
Description | Simplifies your world with the new math. There are three numbers. 0, 1, and mad. |
File Size | 14.5 KB |
Installation Count | 20 |
Current Version | 1.0 |
Last Updated | 2014-11-18 |
Publish Date | 2014-11-18 |
Rating | 5.00/5 Total 2 Ratings |
Developer | vwmattr |
Payment Type | free |
Supported Languages | 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" } ] } |