Scientific Calculator
Awesome Scientific Calculator for Google Chrome
Vad är Scientific Calculator?
Scientific Calculator är en Chrome-tillägg utvecklad av https://raad.dev, och dess huvudfunktion är "Awesome Scientific Calculator for Google Chrome".
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
* 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äggande Information om Tillägg
Namn | Scientific Calculator |
ID | fnplhdldnhaodknidfddmkfdhlhjihpd |
Officiell webbadress | https://chromewebstore.google.com/detail/scientific-calculator/fnplhdldnhaodknidfddmkfdhlhjihpd |
Beskrivning | Awesome Scientific Calculator for Google Chrome |
Filstorlek | 174 KB |
Antal Installationer | 300,000 |
Aktuell Version | 1.5.4 |
Senast Uppdaterad | 2023-10-13 |
Publiceringsdatum | 2019-05-21 |
Betyg | 4.37/5 Totalt 90 Betyg |
Utvecklare | https://raad.dev |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://raad.dev |
Stödda Språk | 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'" } |