Ledger Live Extension on Web (BETA)
The Extension Ledger Live on Web (BETA) is an extension that allows you to transform your compound math equations into images.
ما هو Ledger Live Extension on Web (BETA)؟
Ledger Live Extension on Web (BETA) هو إضافة Chrome تم تطويرها بواسطة Extensions by Jim، والميزة الرئيسية لها هي "The Extension Ledger Live on Web (BETA) is an extension that allows you to transform your compound math equations into images.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ledger Live Extension on Web (BETA)
قم بتنزيل ملفات الامتداد Ledger Live Extension on Web (BETA) بتنسيق 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. this version is the beta version of the extension.
معلومات أساسية عن التمديد
الاسم | |
ID | adglhhddohjoijboeejfahimbkfcdlgf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ledger-live-extension-on/adglhhddohjoijboeejfahimbkfcdlgf |
الوصف | The Extension Ledger Live on Web (BETA) is an extension that allows you to transform your compound math equations into images. |
حجم الملف | 37.6 KB |
عدد التثبيتات | 33 |
النسخة الحالية | 1 |
آخر تحديث | 2023-07-05 |
تاريخ النشر | 2023-07-05 |
تقييم | 1.00/5 مجموع تقييمات 2 |
المطور | 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 (BETA) is an 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 (BETA)", "offline_enabled": true, "version": "1", "homepage_url": "https:\/\/extension.network\/ledger" } |