easy calculator v3
calculate simply and fast
What is easy calculator v3?
easy calculator v3 is a Chrome extension developed by nimda, and its main feature is "calculate simply and fast".
Extension Screenshots
Download easy calculator v3 Extension CRX File
Download easy calculator v3 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
Easy calculator - calculate fast
Extension Basic Information
Name | easy calculator v3 |
ID | hogimgcnlijiichncbccieippmdgoeig |
Official URL | https://chromewebstore.google.com/detail/easy-calculator-v3/hogimgcnlijiichncbccieippmdgoeig |
Description | calculate simply and fast |
File Size | 22.81 KB |
Installation Count | 1,759 |
Current Version | 3.0 |
Last Updated | 2020-10-26 |
Publish Date | 2015-06-18 |
Rating | 4.29/5 Total 21 Ratings |
Developer | nimda |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/bichiko/chrome-extension-calculator |
Help Page URL | https://github.com/bichiko/chrome-extension-calculator/issues |
Privacy Policy Page URL | https://github.com/bichiko/chrome-extension-calculator |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "easy calculator v3", "description": "calculate simply and fast", "version": "3.0", "icons": { "500": ".\/assets\/img\/calc.png" }, "background": { "scripts": [ ".\/assets\/js\/background.js" ], "persistent": false }, "browser_action": { "default_title": "click to open calculator", "default_icon": ".\/assets\/img\/calc.png", "default_popup": "index.html" }, "manifest_version": 2 } |