Math solver
An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…
What is Math solver?
Math solver is a Chrome extension developed by Explosion-Scratch, and its main feature is "An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…".
Extension Screenshots
Download Math solver Extension CRX File
Download Math solver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Math solver |
ID | fcmkdcldohbdlglienjjldifpahkkond |
Official URL | https://chromewebstore.google.com/detail/math-solver/fcmkdcldohbdlglienjjldifpahkkond |
Description | An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This… |
File Size | 200 KB |
Installation Count | 2,002 |
Current Version | 0.0.1 |
Last Updated | 2021-12-08 |
Publish Date | 2021-12-08 |
Developer | Explosion-Scratch |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [] } |