New Math
Simplifies your world with the new math. There are three numbers. 0, 1, and mad.
什么是New Math?
New Math是由vwmattr开发的Chrome扩展程序,该扩展的主要功能是“Simplifies your world with the new math. There are three numbers. 0, 1, and mad.”。
下载New Math扩展crx文件
下载New Math扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | chjomjiginjeehcifnbmoepdeafldcnd |
官方URL | https://chrome.google.com/webstore/detail/new-math/chjomjiginjeehcifnbmoepdeafldcnd |
简介 | Simplifies your world with the new math. There are three numbers. 0, 1, and mad. |
文件大小 | 14.5 KB |
安装次数 | 20 |
当前版本 | 1.0 |
更新时间 | 2014-11-18 |
上架时间 | 2014-11-18 |
评分 | 5.00/5 共2次评分 |
开发者 | vwmattr |
付费类型 | free |
支持的语言 | 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" } ] } |