InterAct Math Finisher
This extension finishes a set of InterAct Math problems for you
O que é InterAct Math Finisher?
InterAct Math Finisher é uma extensão do Chrome desenvolvida por Glenn Ren, e sua principal característica é "This extension finishes a set of InterAct Math problems for you".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão InterAct Math Finisher
Baixe arquivos de extensão InterAct Math Finisher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | ngihpjlnooaacbebpmadnibhlfkjcjmo |
URL Oficial | https://chrome.google.com/webstore/detail/interact-math-finisher/ngihpjlnooaacbebpmadnibhlfkjcjmo |
Descrição | This extension finishes a set of InterAct Math problems for you |
Tamanho do Arquivo | 10.95 KB |
Contagem de Instalações | 84 |
Versão Atual | 0.2 |
Última Atualização | 2015-11-01 |
Data de Publicação | 2015-11-01 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | Glenn Ren |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |