Math solver
An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…
O que é Math solver?
Math solver é uma extensão do Chrome desenvolvida por Explosion-Scratch, e sua principal característica é "An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Math solver
Baixe arquivos de extensão Math solver 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
An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This extension will calcualte the result and give it to you!
Informações Básicas da Extensão
Nome | Math solver |
ID | fcmkdcldohbdlglienjjldifpahkkond |
URL Oficial | https://chromewebstore.google.com/detail/math-solver/fcmkdcldohbdlglienjjldifpahkkond |
Descrição | An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This… |
Tamanho do Arquivo | 200 KB |
Contagem de Instalações | 2,002 |
Versão Atual | 0.0.1 |
Última Atualização | 2021-12-08 |
Data de Publicação | 2021-12-08 |
Desenvolvedor | Explosion-Scratch |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Math solver", "manifest_version": 2, "version": "0.0.1", "icons": { "16": "icon-16_x_16.png", "48": "icon-48_x_48.png", "128": "icon-128_x_128.png", "256": "icon-256_x_256.png" }, "background": { "scripts": [ "math.js", "background.js" ] }, "omnibox": { "keyword": "math" }, "permissions": [] } |