Just Calculator ;)
Simple, but powerful calculator in popup window
Vad är Just Calculator ;)?
Just Calculator ;) är en Chrome-tillägg utvecklad av MaxPax, och dess huvudfunktion är "Simple, but powerful calculator in popup window".
Tilläggsskärmbilder
Ladda ner Just Calculator ;)-förlängningens CRX-fil
Ladda ner Just Calculator ;)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Just Calculator ;) |
ID | fhienojmjihbioapjpocpalfphjiakam |
Officiell webbadress | https://chromewebstore.google.com/detail/just-calculator/fhienojmjihbioapjpocpalfphjiakam |
Beskrivning | Simple, but powerful calculator in popup window |
Filstorlek | 108 KB |
Antal Installationer | 172 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2017-03-20 |
Publiceringsdatum | 2017-03-18 |
Betyg | 4.00/5 Totalt 7 Betyg |
Utvecklare | MaxPax |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |