Calculator by Calcatraz
A Calculator for your Browser
What is Calculator by Calcatraz?
Calculator by Calcatraz is a Chrome extension developed by http://www.calcatraz.com, and its main feature is "A Calculator for your Browser".
Extension Screenshots
Download Calculator by Calcatraz Extension CRX File
Download Calculator by Calcatraz 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
The Calculator by Calcatraz extension gives you a quick way to perform calculations from any webpage. Just click on the icon, type your calculation in the box (in plain English or math notation, whichever you prefer), and your answer will be presented in a new tab. Install the extension now and get your answers quicker.
Extension Basic Information
Name | |
ID | eckkpcdfcmbpgeoefboaejlijamdbahd |
Official URL | https://chrome.google.com/webstore/detail/calculator-by-calcatraz/eckkpcdfcmbpgeoefboaejlijamdbahd |
Description | A Calculator for your Browser |
File Size | 22.37 KB |
Installation Count | 19 |
Current Version | 1.2 |
Last Updated | 2013-06-30 |
Publish Date | 2013-06-30 |
Rating | 5.00/5 Total 2 Ratings |
Developer | http://www.calcatraz.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Calculator by Calcatraz", "version": "1.2", "manifest_version": 2, "description": "A Calculator for your Browser", "browser_action": { "default_icon": "keypad.png", "default_popup": "popup.html" }, "icons": { "128": "icon2.png", "16": "icon.png", "48": "icon.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |