Simple Calculator
Do math quick and right in your browser!
What is Simple Calculator?
Simple Calculator is a Chrome extension developed by VladDev, and its main feature is "Do math quick and right in your browser!".
Extension Screenshots
Download Simple Calculator Extension CRX File
Download Simple 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
With this extension you can do quick math right in your browser, fast and easy!
Extension Basic Information
Name | Simple Calculator |
ID | ppdnpnadgdccoaaecfjejbhkpoihehcd |
Official URL | https://chromewebstore.google.com/detail/simple-calculator/ppdnpnadgdccoaaecfjejbhkpoihehcd |
Description | Do math quick and right in your browser! |
File Size | 77.12 KB |
Installation Count | 50 |
Current Version | 1.0.1 |
Last Updated | 2021-12-06 |
Publish Date | 2021-12-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | VladDev |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Calculator", "description": "Do math quick and right in your browser!", "version": "1.0.1", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |