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 |
官方網址 | 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 |
電子郵箱 | [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": [] } |