Math solver
An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…
Co to jest Math solver?
Math solver to rozszerzenie Chrome opracowane przez Explosion-Scratch, a jego główną funkcją jest „An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Math solver
Pobierz pliki rozszerzeń Math solver w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | Math solver |
ID | fcmkdcldohbdlglienjjldifpahkkond |
Oficjalny URL | https://chromewebstore.google.com/detail/math-solver/fcmkdcldohbdlglienjjldifpahkkond |
Opis | An omnibox math solver. Simply type the keyword ("math") into the search bar, then press tab and enter whatever you want. This… |
Rozmiar pliku | 200 KB |
Liczba instalacji | 2,002 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2021-12-08 |
Data Publikacji | 2021-12-08 |
Deweloper | Explosion-Scratch |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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": [] } |