Android Calculator
Simple and easy to use calculator
What is Android Calculator?
Android Calculator is a Chrome extension developed by refractiontech, and its main feature is "Simple and easy to use calculator".
Extension Screenshots
Download Android Calculator Extension CRX File
Download Android 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
Suitable and fast calculator like android calculator. Possibility to use keyboard and mouse. Possibility to work with several numbers at once.
Extension Basic Information
Name | Android Calculator |
ID | jkiblcnjkgohckbbjpedihcfjanbfoif |
Official URL | https://chromewebstore.google.com/detail/android-calculator/jkiblcnjkgohckbbjpedihcfjanbfoif |
Description | Simple and easy to use calculator |
File Size | 43.13 KB |
Installation Count | 12,204 |
Current Version | 1.6 |
Last Updated | 2020-09-05 |
Publish Date | 2018-07-05 |
Rating | 4.53/5 Total 53 Ratings |
Developer | refractiontech |
[email protected] | |
Payment Type | free |
Extension Website | https://refraction.tech/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Android Calculator", "description": "Simple and easy to use calculator", "version": "1.6", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ], "css": [ "styles\/content.css" ] } ], "permissions": [ "storage" ], "manifest_version": 2 } |