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" } |