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.                    

拡張機能の基本情報

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