Scientific Calculator
Awesome Scientific Calculator for Google Chrome
Wat is Scientific Calculator?
Scientific Calculator is een Chrome-extensie ontwikkeld door https://raad.dev, en de belangrijkste functie is "Awesome Scientific Calculator for Google Chrome".
Extensie Screenshots
Download het CRX-bestand van de extensie Scientific Calculator
Download Scientific 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
* 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!
Basisinformatie over de Extensie
Naam | Scientific Calculator |
ID | fnplhdldnhaodknidfddmkfdhlhjihpd |
Officiële URL | https://chromewebstore.google.com/detail/scientific-calculator/fnplhdldnhaodknidfddmkfdhlhjihpd |
Beschrijving | Awesome Scientific Calculator for Google Chrome |
Bestandsgrootte | 174 KB |
Aantal Installaties | 300,000 |
Huidige Versie | 1.5.4 |
Laatst Bijgewerkt | 2023-10-13 |
Publicatiedatum | 2019-05-21 |
Beoordeling | 4.37/5 Totaal 90 Beoordelingen |
Ontwikkelaar | https://raad.dev |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://raad.dev |
Ondersteunde Talen | 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'" } |