Equation Finder
Quickly look up math and science equations.
Co to jest Equation Finder?
Equation Finder to rozszerzenie Chrome opracowane przez https://parasolarchives.com, a jego główną funkcją jest „Quickly look up math and science equations.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Equation Finder
Pobierz pliki rozszerzeń Equation Finder 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
Quickly lookup math and science equations right from your browser. A list of equations currently stored in the extension's database can be found on the extension's GitHub Wiki. How to Use: Start typing in an equation name (e.g. Maxwell's Equations). If an equation starting with the input exists, it will be suggested to you. Hit enter to display the equation (if an equation with the given name exists in the database). Start typing to search for a new equation.
Podstawowe informacje o rozszerzeniu
Nazwa | Equation Finder |
ID | cempkcjhopkkdjbhdcmogacchkllmkoi |
Oficjalny URL | https://chromewebstore.google.com/detail/equation-finder/cempkcjhopkkdjbhdcmogacchkllmkoi |
Opis | Quickly look up math and science equations. |
Rozmiar pliku | 622 KB |
Liczba instalacji | 5,047 |
Aktualna Wersja | 0.2.1 |
Ostatnia Aktualizacja | 2019-03-08 |
Data Publikacji | 2019-03-08 |
Ocena | 4.14/5 Łącznie 7 Oceny |
Deweloper | https://parasolarchives.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/djh101/chrome-equation-finder |
Adres URL Strony Pomocy | https://github.com/djh101/chrome-equation-finder/wiki |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Equation Finder", "short_name": "Eqn. Finder", "description": "Quickly look up math and science equations.", "version": "0.2.1", "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |