Scientific Calculator
Just one click to activate the calculator!
Vad är Scientific Calculator?
Scientific Calculator är en Chrome-tillägg utvecklad av Mnwa, och dess huvudfunktion är "Just one click to activate the calculator!".
Tilläggsskärmbilder
Ladda ner Scientific Calculator-förlängningens CRX-fil
Ladda ner Scientific 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
Get this extension to use the calculator now! + Easy to use + Advanced Interface + Scientific calculator
Grundläggande Information om Tillägg
Namn | Scientific Calculator |
ID | amgpghckccldgepbpghdmpjpppflkede |
Officiell webbadress | https://chromewebstore.google.com/detail/scientific-calculator/amgpghckccldgepbpghdmpjpppflkede |
Beskrivning | Just one click to activate the calculator! |
Filstorlek | 175 KB |
Antal Installationer | 9,895 |
Aktuell Version | 3.2.0.6 |
Senast Uppdaterad | 2017-09-20 |
Publiceringsdatum | 2017-09-20 |
Betyg | 3.87/5 Totalt 31 Betyg |
Utvecklare | Mnwa |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/Mnwa/CalcForChrome-byMnwa |
Hjälpsida URL | https://github.com/Mnwa/CalcForChrome-byMnwa/issues |
Stödda Språk | de,en,fr,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "MCalc", "version": "3.2.0.6", "description": "__MSG_extDesc__", "browser_action": { "default_title": "Calc", "default_icon": "icon128.png", "default_popup": "popup.html" }, "default_locale": "en", "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |