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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |