New Math
Simplifies your world with the new math. There are three numbers. 0, 1, and mad.
Apa itu New Math?
New Math adalah ekstensi Chrome yang dikembangkan oleh vwmattr, dan fitur utamanya adalah "Simplifies your world with the new math. There are three numbers. 0, 1, and mad.".
Unduh Berkas CRX Ekstensi New Math
Unduh file ekstensi New Math dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | chjomjiginjeehcifnbmoepdeafldcnd |
URL Resmi | https://chrome.google.com/webstore/detail/new-math/chjomjiginjeehcifnbmoepdeafldcnd |
Deskripsi | Simplifies your world with the new math. There are three numbers. 0, 1, and mad. |
Ukuran File | 14.5 KB |
Jumlah Instalasi | 20 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-11-18 |
Tanggal Publikasi | 2014-11-18 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | vwmattr |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |