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.
Cos'è Ledger Live Extension on Web?
Ledger Live Extension on Web è un'estensione di Chrome sviluppata da Extensions by Jim, e la sua funzione principale è "The Extension Ledger Live on Web is a user-friendly extension that allows you to transform your compound math equations into images.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ledger Live Extension on Web
Scarica i file di estensione Ledger Live Extension on Web in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | mhpibgkjifdcjggogpjagajhabfknhdp |
URL Ufficiale | https://chromewebstore.google.com/detail/ledger-live-extension-on/mhpibgkjifdcjggogpjagajhabfknhdp |
Descrizione | The Extension Ledger Live on Web is a user-friendly extension that allows you to transform your compound math equations into images. |
Dimensione del File | 37.59 KB |
Conteggio Installazioni | 501 |
Versione Corrente | 2 |
Ultimo Aggiornamento | 2023-06-28 |
Data di Pubblicazione | 2023-06-23 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | Extensions by Jim |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |