Tiny Calculator
A simple Calculator by Daniel Endres
What is Tiny Calculator?
Tiny Calculator is a Chrome extension developed by bytesbydan, and its main feature is "A simple Calculator by Daniel Endres".
Extension Screenshots
Download Tiny Calculator Extension CRX File
Download Tiny 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
Extension Basic Information
Name | Tiny Calculator |
ID | dbocncjkbigbmpnahpdphkcphkjhcfka |
Official URL | https://chromewebstore.google.com/detail/tiny-calculator/dbocncjkbigbmpnahpdphkcphkjhcfka |
Description | A simple Calculator by Daniel Endres |
File Size | 45.86 KB |
Installation Count | 456 |
Current Version | 1.1 |
Last Updated | 2017-07-03 |
Publish Date | 2017-07-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | bytesbydan |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tiny Calculator", "version": "1.1", "description": "A simple Calculator by Daniel Endres", "icons": { "128": "calc128.png", "48": "calc48.png", "16": "calc16.png" }, "browser_action": { "default_icon": "calc16.png", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |