Equation Finder
Quickly look up math and science equations.
Что такое Equation Finder?
Equation Finder - это расширение Chrome, разработанное https://parasolarchives.com, и его основная функция - "Quickly look up math and science equations.".
Снимки экрана расширения
Скачать файл CRX расширения Equation Finder
Скачайте файлы расширений Equation Finder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Equation Finder |
ID | cempkcjhopkkdjbhdcmogacchkllmkoi |
Официальный URL | https://chromewebstore.google.com/detail/equation-finder/cempkcjhopkkdjbhdcmogacchkllmkoi |
Описание | Quickly look up math and science equations. |
Размер файла | 622 KB |
Количество установок | 5,047 |
Текущая Версия | 0.2.1 |
Последнее Обновление | 2019-03-08 |
Дата публикации | 2019-03-08 |
Рейтинг | 4.14/5 Всего 7 оценок |
Разработчик | https://parasolarchives.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/djh101/chrome-equation-finder |
URL страницы помощи | https://github.com/djh101/chrome-equation-finder/wiki |
Поддерживаемые языки | 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" } } |