Scientific Calculator
Just one click to activate the calculator!
Hvad er Scientific Calculator?
Scientific Calculator er en Chrome-udvidelse udviklet af Mnwa, og dens hovedfunktion er "Just one click to activate the calculator!".
Udvidelsesskærmbilleder
Download Scientific Calculator-udvidelses-CRX-fil
Download Scientific Calculator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Get this extension to use the calculator now! + Easy to use + Advanced Interface + Scientific calculator
Grundlæggende oplysninger om udvidelsen
Navn | Scientific Calculator |
ID | amgpghckccldgepbpghdmpjpppflkede |
Officiel URL | https://chromewebstore.google.com/detail/scientific-calculator/amgpghckccldgepbpghdmpjpppflkede |
Beskrivelse | Just one click to activate the calculator! |
Filstørrelse | 175 KB |
Antal Installationer | 9,895 |
Nuværende Version | 3.2.0.6 |
Senest Opdateret | 2017-09-20 |
Udgivelsesdato | 2017-09-20 |
Bedømmelse | 3.87/5 Samlet 31 Bedømmelser |
Udvikler | Mnwa |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/Mnwa/CalcForChrome-byMnwa |
Hjælpeside-URL | https://github.com/Mnwa/CalcForChrome-byMnwa/issues |
Understøttede Sprog | 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'" } |