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 |
Eメール | [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\/*" ] } |