Ledger Live Extension on Web
The Extension Ledger Live on Web is a user-friendly extension that allows you to transform your compound math equations into images.
Что такое Ledger Live Extension on Web?
Ledger Live Extension on Web - это расширение Chrome, разработанное Extensions by Jim, и его основная функция - "The Extension Ledger Live on Web is a user-friendly extension that allows you to transform your compound math equations into images.".
Снимки экрана расширения
Скачать файл CRX расширения Ledger Live Extension on Web
Скачайте файлы расширений Ledger Live Extension on Web в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
with this simple extension you can turn your math equations into modern images. you can download the images. you can share the images. this extension helps you study.
Основная информация о расширении
Название | |
ID | mhpibgkjifdcjggogpjagajhabfknhdp |
Официальный URL | https://chromewebstore.google.com/detail/ledger-live-extension-on/mhpibgkjifdcjggogpjagajhabfknhdp |
Описание | The Extension Ledger Live on Web is a user-friendly extension that allows you to transform your compound math equations into images. |
Размер файла | 37.59 KB |
Количество установок | 501 |
Текущая Версия | 2 |
Последнее Обновление | 2023-06-28 |
Дата публикации | 2023-06-23 |
Рейтинг | 1.00/5 Всего 1 оценок |
Разработчик | Extensions by Jim |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/js\/welcome.js" }, "action": { "default_popup": "popup.html" }, "container": [ "GOOGLE_DRIVE" ], "default_locale": "en", "description": "The Extension Ledger Live on Web is a user-friendly extension that allows you to transform your compound math equations into images.", "icons": { "128": "icon-128.png" }, "manifest_version": 3, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "name": "Ledger Live Extension on Web", "offline_enabled": true, "version": "2", "homepage_url": "https:\/\/extension.network\/ledger" } |