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 |
官方網址 | 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" } ] } |