Scientific Calculator
Awesome Scientific Calculator for Google Chrome
Scientific Calculatorとは何ですか?
Scientific Calculatorはhttps://raad.devによって開発されたChromeの拡張機能で、その主な機能は「Awesome Scientific Calculator for Google Chrome」です。
拡張機能のスクリーンショット
Scientific Calculator拡張機能のCRXファイルをダウンロード
Scientific Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
* 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!
拡張機能の基本情報
名前 | Scientific Calculator |
ID | fnplhdldnhaodknidfddmkfdhlhjihpd |
公式URL | https://chromewebstore.google.com/detail/scientific-calculator/fnplhdldnhaodknidfddmkfdhlhjihpd |
説明 | Awesome Scientific Calculator for Google Chrome |
ファイルサイズ | 174 KB |
インストール数 | 300,000 |
現在のバージョン | 1.5.4 |
最終更新日 | 2023-10-13 |
公開日 | 2019-05-21 |
評価 | 4.37/5 合計 90 レビュー |
開発者 | https://raad.dev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://raad.dev |
対応言語 | 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'" } |