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