memordo

Create memory cards anywhere instantly!

What is memordo?

memordo is a Chrome extension developed by https://memordo.com, and its main feature is "Create memory cards anywhere instantly!".

Extension Screenshots

screenshot
screenshot

Download memordo Extension CRX File

Download memordo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name memordo memordo
ID gmopeghkhdbjcebmflioppcfdbeimgoa
Official URL https://chromewebstore.google.com/detail/memordo/gmopeghkhdbjcebmflioppcfdbeimgoa
Description Create memory cards anywhere instantly!
File Size 1.47 MB
Installation Count 12
Current Version 1.1.0
Last Updated 2020-08-07
Publish Date 2020-07-24
Rating 2.00/5 Total 1 Ratings
Developer https://memordo.com
Email [email protected]
Payment Type free
Extension Website https://memordo.com
Help Page URL https://memordo.com/contact
Privacy Policy Page URL https://memordo.com/privacy
Supported Languages 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\/*"
    ]
}