Just Calculator ;)
Simple, but powerful calculator in popup window
What is Just Calculator ;)?
Just Calculator ;) is a Chrome extension developed by MaxPax, and its main feature is "Simple, but powerful calculator in popup window".
Extension Screenshots
Download Just Calculator ;) Extension CRX File
Download Just 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
The basis is taken Calque, based on Math.js. Therefore, all Calque operations are, which is the square root, involution, trigonometry (sin, cos, etc.), conversion of values, work with matrices, functions, etc.
Extension Basic Information
Name | Just Calculator ;) |
ID | fhienojmjihbioapjpocpalfphjiakam |
Official URL | https://chromewebstore.google.com/detail/just-calculator/fhienojmjihbioapjpocpalfphjiakam |
Description | Simple, but powerful calculator in popup window |
File Size | 108 KB |
Installation Count | 172 |
Current Version | 1.1 |
Last Updated | 2017-03-20 |
Publish Date | 2017-03-18 |
Rating | 4.00/5 Total 7 Ratings |
Developer | MaxPax |
[email protected] | |
Payment Type | free |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "ru", "name": "__MSG_name__", "description": "__MSG_description__", "permissions": [], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "version": "1.1", "browser_action": { "default_icon": "icon19.png", "default_title": "__MSG_name__", "default_popup": "popup.html" }, "icons": { "128": "icon128.png", "19": "icon19.png", "48": "icon48.png" } } |