memordo
Create memory cards anywhere instantly!
Wat is memordo?
memordo is een Chrome-extensie ontwikkeld door https://memordo.com, en de belangrijkste functie is "Create memory cards anywhere instantly!".
Extensie Screenshots
Download het CRX-bestand van de extensie memordo
Download memordo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | memordo |
ID | gmopeghkhdbjcebmflioppcfdbeimgoa |
Officiële URL | https://chromewebstore.google.com/detail/memordo/gmopeghkhdbjcebmflioppcfdbeimgoa |
Beschrijving | Create memory cards anywhere instantly! |
Bestandsgrootte | 1.47 MB |
Aantal Installaties | 12 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2020-08-07 |
Publicatiedatum | 2020-07-24 |
Beoordeling | 2.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://memordo.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://memordo.com |
Help Pagina-URL | https://memordo.com/contact |
URL van de Privacybeleid Pagina | https://memordo.com/privacy |
Ondersteunde Talen | 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\/*" ] } |