New Math

Simplifies your world with the new math. There are three numbers. 0, 1, and mad.

New Mathคืออะไร?

New Math เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vwmattr และคุณลักษณะหลักของมันคือ "Simplifies your world with the new math. There are three numbers. 0, 1, and mad."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Math

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ New Math 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"
        }
    ]
}