New Math
Simplifies your world with the new math. There are three numbers. 0, 1, and mad.
O que é New Math?
New Math é uma extensão do Chrome desenvolvida por vwmattr, e sua principal característica é "Simplifies your world with the new math. There are three numbers. 0, 1, and mad.".
Baixar o arquivo CRX da Extensão New Math
Baixe arquivos de extensão New Math no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | chjomjiginjeehcifnbmoepdeafldcnd |
URL Oficial | https://chrome.google.com/webstore/detail/new-math/chjomjiginjeehcifnbmoepdeafldcnd |
Descrição | Simplifies your world with the new math. There are three numbers. 0, 1, and mad. |
Tamanho do Arquivo | 14.5 KB |
Contagem de Instalações | 20 |
Versão Atual | 1.0 |
Última Atualização | 2014-11-18 |
Data de Publicação | 2014-11-18 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | vwmattr |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } ] } |