memordo
Create memory cards anywhere instantly!
Cos'è memordo?
memordo è un'estensione di Chrome sviluppata da https://memordo.com, e la sua funzione principale è "Create memory cards anywhere instantly!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione memordo
Scarica i file di estensione memordo 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
Create memory cards anywhere instantly on the web We support images, Latex, and Cloze deletion. Effectiently learn and retain information through spaced repetition on memordo.com
Informazioni di Base sull'Estensione
Nome | memordo |
ID | gmopeghkhdbjcebmflioppcfdbeimgoa |
URL Ufficiale | https://chromewebstore.google.com/detail/memordo/gmopeghkhdbjcebmflioppcfdbeimgoa |
Descrizione | Create memory cards anywhere instantly! |
Dimensione del File | 1.47 MB |
Conteggio Installazioni | 12 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2020-08-07 |
Data di Pubblicazione | 2020-07-24 |
Valutazione | 2.00/5 Totale 1 Valutazioni |
Sviluppatore | https://memordo.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://memordo.com |
URL della Pagina di Aiuto | https://memordo.com/contact |
URL della Pagina della Politica sulla Privacy | https://memordo.com/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "memordo", "description": "Create memory cards anywhere instantly!", "version": "1.1.0", "manifest_version": 2, "permissions": [ "*:\/\/*.memordo.com\/*", "activeTab", "https:\/\/fonts.googleapis.com\/", "http:\/\/fonts.googleapis.com\/" ], "browser_action": { "default_icon": { "16": "icons\/icon_disabled_16.png" } }, "background": { "scripts": [ "background.js" ], "persistent": true }, "web_accessible_resources": [ "assets\/*", "fonts\/*", "styles\/*", "packages\/*", "icons\/*" ] } |