Scientific Calculator
Awesome Scientific Calculator for Google Chrome
Hvad er Scientific Calculator?
Scientific Calculator er en Chrome-udvidelse udviklet af https://raad.dev, og dens hovedfunktion er "Awesome Scientific Calculator for Google Chrome".
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
* Powerful (it works with the keyboard and its shortcuts). / Scientific (it has all Math functions). + Click away calculator (Alt+C as shortcut). - Light and Super fast (it works offline). It's open source project (https://github.com/raad-altaie/scientific-calculator). Your feedback and contributions are greatly appreciated! Cheers!
Grundlæggende oplysninger om udvidelsen
Navn | Scientific Calculator |
ID | fnplhdldnhaodknidfddmkfdhlhjihpd |
Officiel URL | https://chromewebstore.google.com/detail/scientific-calculator/fnplhdldnhaodknidfddmkfdhlhjihpd |
Beskrivelse | Awesome Scientific Calculator for Google Chrome |
Filstørrelse | 174 KB |
Antal Installationer | 300,000 |
Nuværende Version | 1.5.4 |
Senest Opdateret | 2023-10-13 |
Udgivelsesdato | 2019-05-21 |
Bedømmelse | 4.37/5 Samlet 90 Bedømmelser |
Udvikler | https://raad.dev |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://raad.dev |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scientific Calculator", "version": "1.5.4", "short_name": "Calculator", "author": "Raad Altaie", "description": "Awesome Scientific Calculator for Google Chrome", "offline_enabled": true, "browser_action": { "default_title": "Calculator", "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "128": "icon128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+C", "windows": "Alt+C", "mac": "Alt+C", "chromeos": "Alt+C", "linux": "Alt+C" } } }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'" } |