Math solver
An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…
Math solverとは何ですか?
Math solverはExplosion-Scratchによって開発されたChromeの拡張機能で、その主な機能は「An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…」です。
拡張機能のスクリーンショット
Math solver拡張機能のCRXファイルをダウンロード
Math solver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This extension will calcualte the result and give it to you!
拡張機能の基本情報
名前 | Math solver |
ID | fcmkdcldohbdlglienjjldifpahkkond |
公式URL | https://chromewebstore.google.com/detail/math-solver/fcmkdcldohbdlglienjjldifpahkkond |
説明 | An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This… |
ファイルサイズ | 200 KB |
インストール数 | 2,002 |
現在のバージョン | 0.0.1 |
最終更新日 | 2021-12-08 |
公開日 | 2021-12-08 |
開発者 | Explosion-Scratch |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Math solver", "manifest_version": 2, "version": "0.0.1", "icons": { "16": "icon-16_x_16.png", "48": "icon-48_x_48.png", "128": "icon-128_x_128.png", "256": "icon-256_x_256.png" }, "background": { "scripts": [ "math.js", "background.js" ] }, "omnibox": { "keyword": "math" }, "permissions": [] } |