Just Calculator ;)
Simple, but powerful calculator in popup window
Wat is Just Calculator ;)?
Just Calculator ;) is een Chrome-extensie ontwikkeld door MaxPax, en de belangrijkste functie is "Simple, but powerful calculator in popup window".
Extensie Screenshots
Download het CRX-bestand van de extensie Just Calculator ;)
Download Just Calculator ;)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Just Calculator ;) |
ID | fhienojmjihbioapjpocpalfphjiakam |
Officiële URL | https://chromewebstore.google.com/detail/just-calculator/fhienojmjihbioapjpocpalfphjiakam |
Beschrijving | Simple, but powerful calculator in popup window |
Bestandsgrootte | 108 KB |
Aantal Installaties | 172 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2017-03-20 |
Publicatiedatum | 2017-03-18 |
Beoordeling | 4.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | MaxPax |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |