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.
Основная информация о расширении
Название | |
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" } ] } |