New Math
Simplifies your world with the new math. There are three numbers. 0, 1, and mad.
¿Qué es New Math?
New Math es una extensión de Chrome desarrollada por vwmattr, y su función principal es "Simplifies your world with the new math. There are three numbers. 0, 1, and mad.".
Descargar Archivo CRX de la Extensión New Math
Descarga archivos de extensión New Math en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | chjomjiginjeehcifnbmoepdeafldcnd |
URL Oficial | https://chrome.google.com/webstore/detail/new-math/chjomjiginjeehcifnbmoepdeafldcnd |
Descripción | Simplifies your world with the new math. There are three numbers. 0, 1, and mad. |
Tamaño del Archivo | 14.5 KB |
Cantidad de Instalaciones | 20 |
Versión Actual | 1.0 |
Última Actualización | 2014-11-18 |
Fecha de Publicación | 2014-11-18 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | vwmattr |
Tipo de Pago | free |
Idiomas Soportados | 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" } ] } |