memordo

Create memory cards anywhere instantly!

什麼是memordo?

memordo是由https://memordo.com開發的Chrome擴展程式,該擴展的主要功能是“Create memory cards anywhere instantly!”。

擴展截圖

screenshot
screenshot

下載memordo擴展crx文件

下載memordo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 memordo memordo
ID gmopeghkhdbjcebmflioppcfdbeimgoa
官方網址 https://chromewebstore.google.com/detail/memordo/gmopeghkhdbjcebmflioppcfdbeimgoa
簡介 Create memory cards anywhere instantly!
檔案大小 1.47 MB
安裝次數 12
目前版本 1.1.0
更新時間 2020-08-07
上架時間 2020-07-24
評分 2.00/5 共 1 次評分
開發者 https://memordo.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://memordo.com
說明頁面URL https://memordo.com/contact
隱私政策頁面URL https://memordo.com/privacy
支援的語言 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\/*"
    ]
}