New Math
Simplifies your world with the new math. There are three numbers. 0, 1, and mad.
New Math là gì?
New Math là một tiện ích mở rộng Chrome được phát triển bởi vwmattr, và tính năng chính của nó là "Simplifies your world with the new math. There are three numbers. 0, 1, and mad.".
Tải xuống tệp CRX của tiện ích mở rộng New Math
Tải xuống các tệp mở rộng New Math dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | chjomjiginjeehcifnbmoepdeafldcnd |
URL Chính Thức | https://chrome.google.com/webstore/detail/new-math/chjomjiginjeehcifnbmoepdeafldcnd |
Mô tả | Simplifies your world with the new math. There are three numbers. 0, 1, and mad. |
Kích Thước Tệp | 14.5 KB |
Số Lần Cài Đặt | 20 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2014-11-18 |
Ngày Phát Hành | 2014-11-18 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | vwmattr |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |