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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    ]
}