Scientific Calculator
Awesome Scientific Calculator for Google Chrome
What is Scientific Calculator?
Scientific Calculator is a Chrome extension developed by https://raad.dev, and its main feature is "Awesome Scientific Calculator for Google Chrome".
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
* Powerful (it works with the keyboard and its shortcuts). / Scientific (it has all Math functions). + Click away calculator (Alt+C as shortcut). - Light and Super fast (it works offline). It's open source project (https://github.com/raad-altaie/scientific-calculator). Your feedback and contributions are greatly appreciated! Cheers!
Extension Basic Information
Name | Scientific Calculator |
ID | fnplhdldnhaodknidfddmkfdhlhjihpd |
Official URL | https://chromewebstore.google.com/detail/scientific-calculator/fnplhdldnhaodknidfddmkfdhlhjihpd |
Description | Awesome Scientific Calculator for Google Chrome |
File Size | 174 KB |
Installation Count | 300,000 |
Current Version | 1.5.4 |
Last Updated | 2023-10-13 |
Publish Date | 2019-05-21 |
Rating | 4.37/5 Total 90 Ratings |
Developer | https://raad.dev |
[email protected] | |
Payment Type | free |
Extension Website | https://raad.dev |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scientific Calculator", "version": "1.5.4", "short_name": "Calculator", "author": "Raad Altaie", "description": "Awesome Scientific Calculator for Google Chrome", "offline_enabled": true, "browser_action": { "default_title": "Calculator", "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "128": "icon128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+C", "windows": "Alt+C", "mac": "Alt+C", "chromeos": "Alt+C", "linux": "Alt+C" } } }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'" } |