Scientific Calculator
Just one click to activate the calculator!
What is Scientific Calculator?
Scientific Calculator is a Chrome extension developed by Mnwa, and its main feature is "Just one click to activate the calculator!".
Extension Screenshots
Download Scientific Calculator Extension CRX File
Download Scientific Calculator 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
Get this extension to use the calculator now! + Easy to use + Advanced Interface + Scientific calculator
Extension Basic Information
Name | Scientific Calculator |
ID | amgpghckccldgepbpghdmpjpppflkede |
Official URL | https://chromewebstore.google.com/detail/scientific-calculator/amgpghckccldgepbpghdmpjpppflkede |
Description | Just one click to activate the calculator! |
File Size | 175 KB |
Installation Count | 9,895 |
Current Version | 3.2.0.6 |
Last Updated | 2017-09-20 |
Publish Date | 2017-09-20 |
Rating | 3.87/5 Total 31 Ratings |
Developer | Mnwa |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Mnwa/CalcForChrome-byMnwa |
Help Page URL | https://github.com/Mnwa/CalcForChrome-byMnwa/issues |
Supported Languages | de,en,fr,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "MCalc", "version": "3.2.0.6", "description": "__MSG_extDesc__", "browser_action": { "default_title": "Calc", "default_icon": "icon128.png", "default_popup": "popup.html" }, "default_locale": "en", "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |