InterAct Math Finisher
This extension finishes a set of InterAct Math problems for you
Что такое InterAct Math Finisher?
InterAct Math Finisher - это расширение Chrome, разработанное Glenn Ren, и его основная функция - "This extension finishes a set of InterAct Math problems for you".
Снимки экрана расширения
Скачать файл CRX расширения InterAct Math Finisher
Скачайте файлы расширений InterAct Math Finisher в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension "solves" InterAct Math Problems for you. As of right now, it only has the option to complete all of the problems but there will likely be more functionality added in the future. It estimates about 5 minutes per problem.
Основная информация о расширении
Название | |
ID | ngihpjlnooaacbebpmadnibhlfkjcjmo |
Официальный URL | https://chrome.google.com/webstore/detail/interact-math-finisher/ngihpjlnooaacbebpmadnibhlfkjcjmo |
Описание | This extension finishes a set of InterAct Math problems for you |
Размер файла | 10.95 KB |
Количество установок | 84 |
Текущая Версия | 0.2 |
Последнее Обновление | 2015-11-01 |
Дата публикации | 2015-11-01 |
Рейтинг | 1.00/5 Всего 1 оценок |
Разработчик | Glenn Ren |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "InterAct Math Finisher", "version": "0.2", "manifest_version": 2, "description": "This extension finishes a set of InterAct Math problems for you", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "InteractMath Finisher", "default_icon": "icon.png" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs" ] } |