Anywhere Calculator
This extension brings a calculator to any page.
What is Anywhere Calculator?
Anywhere Calculator is a Chrome extension developed by Frio, and its main feature is "This extension brings a calculator to any page.".
Extension Screenshots
Download Anywhere Calculator Extension CRX File
Download Anywhere 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
Brings a simple calculator to any page!
Extension Basic Information
Name | Anywhere Calculator |
ID | cabddmjlaijidngobenoepkphkcmedbf |
Official URL | https://chromewebstore.google.com/detail/anywhere-calculator/cabddmjlaijidngobenoepkphkcmedbf |
Description | This extension brings a calculator to any page. |
File Size | 5.42 KB |
Installation Count | 309 |
Current Version | 1.2 |
Last Updated | 2016-09-20 |
Publish Date | 2016-09-19 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Frio |
Payment Type | free |
Extension Website | https://github.com/FrioTime/Anywhere-Calculator |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anywhere Calculator", "short_name": "Anywhere Calc", "version": "1.2", "description": "This extension brings a calculator to any page.", "icons": { "128": "images\/icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": "images\/icon19.png", "default_popup": "popup.html" } } |