calculator simple and easy
Sticky Calculator
What is calculator simple and easy?
calculator simple and easy is a Chrome extension developed by https://allinworld99.blogspot.com, and its main feature is "Sticky Calculator".
Extension Screenshots
Download calculator simple and easy Extension CRX File
Download calculator simple and easy 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
This simple calculator is used to calculate your simple maths calculations.
Extension Basic Information
Name | calculator simple and easy |
ID | amkibnhgmpodfblhiiflnlnehebjibja |
Official URL | https://chromewebstore.google.com/detail/calculator-simple-and-eas/amkibnhgmpodfblhiiflnlnehebjibja |
Description | Sticky Calculator |
File Size | 152 KB |
Installation Count | 125 |
Current Version | 0.8 |
Last Updated | 2019-02-06 |
Publish Date | 2019-02-06 |
Rating | 3.25/5 Total 4 Ratings |
Developer | https://allinworld99.blogspot.com |
[email protected] | |
Payment Type | free |
Extension Website | http://allinworld99.blogspot.com |
Help Page URL | http://allinworld99.blogspot.com |
Privacy Policy Page URL | https://htmlcodeplay.com/privacy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "calculator simple and easy", "description": "Sticky Calculator", "version": "0.8", "browser_action": { "default_icon": "128calculator-icon.png", "default_popup": "calculator.html" }, "author": "Merbin Joe", "offline_enabled": true, "homepage_url": "http:\/\/www.allinworld99.blogspot.com", "icons": { "16": "16calculator-icon.png", "48": "48calculator-icon.png", "128": "128calculator-icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |