memordo
Create memory cards anywhere instantly!
什么是memordo?
memordo是由https://memordo.com开发的Chrome扩展程序,该扩展的主要功能是“Create memory cards anywhere instantly!”。
扩展截图
下载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 |
ID | gmopeghkhdbjcebmflioppcfdbeimgoa |
官方URL | 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\/*" ] } |