memordo

Create memory cards anywhere instantly!

Qu'est-ce que memordo ?

memordo est une extension Chrome développée par https://memordo.com, et sa fonction principale est "Create memory cards anywhere instantly!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension memordo

Téléchargez les fichiers d'extension memordo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom memordo memordo
ID gmopeghkhdbjcebmflioppcfdbeimgoa
URL Officiel https://chromewebstore.google.com/detail/memordo/gmopeghkhdbjcebmflioppcfdbeimgoa
Description Create memory cards anywhere instantly!
Taille du Fichier 1.47 MB
Nombre d'Installations 12
Version Actuelle 1.1.0
Dernière Mise à Jour 2020-08-07
Date de Publication 2020-07-24
Évaluation 2.00/5 Total 1 Évaluations
Développeur https://memordo.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://memordo.com
URL de la Page d'Aide https://memordo.com/contact
URL de la Page de Politique de Confidentialité https://memordo.com/privacy
Langues Prises en Charge 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\/*"
    ]
}