MiniCalculator
Angular CLI Chrome app.
What is MiniCalculator?
MiniCalculator is a Chrome extension developed by Unknown, and its main feature is "Angular CLI Chrome app.".
Extension Screenshots
Download MiniCalculator Extension CRX File
Download MiniCalculator 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
A mini calculator app, which works on a Restful Calculator API I created which resides on https://calcapiajaythorve.herokuapp.com/
Extension Basic Information
Name | MiniCalculator |
ID | ncdkfjceckkljeilnpfbdoifggpbpfek |
Official URL | https://chromewebstore.google.com/detail/minicalculator/ncdkfjceckkljeilnpfbdoifggpbpfek |
Description | Angular CLI Chrome app. |
File Size | 2.07 MB |
Installation Count | 171 |
Current Version | 1.1 |
Last Updated | 2017-11-21 |
Publish Date | 2017-11-20 |
Rating | 4.75/5 Total 16 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | http://ajaythorve.co.in |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MiniCalculator", "description": "Angular CLI Chrome app. ", "version": "1.1", "browser_action": { "default_popup": "index.html" }, "permissions": [ "activeTab" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |