Scientific Calculator
Just one click to activate the calculator!
Scientific Calculatorとは何ですか?
Scientific CalculatorはMnwaによって開発されたChromeの拡張機能で、その主な機能は「Just one click to activate the calculator!」です。
拡張機能のスクリーンショット
Scientific Calculator拡張機能のCRXファイルをダウンロード
Scientific Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get this extension to use the calculator now! + Easy to use + Advanced Interface + Scientific calculator
拡張機能の基本情報
名前 | Scientific Calculator |
ID | amgpghckccldgepbpghdmpjpppflkede |
公式URL | https://chromewebstore.google.com/detail/scientific-calculator/amgpghckccldgepbpghdmpjpppflkede |
説明 | Just one click to activate the calculator! |
ファイルサイズ | 175 KB |
インストール数 | 9,895 |
現在のバージョン | 3.2.0.6 |
最終更新日 | 2017-09-20 |
公開日 | 2017-09-20 |
評価 | 3.87/5 合計 31 レビュー |
開発者 | Mnwa |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Mnwa/CalcForChrome-byMnwa |
ヘルプページのURL | https://github.com/Mnwa/CalcForChrome-byMnwa/issues |
対応言語 | 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'" } |