memordo
Create memory cards anywhere instantly!
Apa itu memordo?
memordo adalah ekstensi Chrome yang dikembangkan oleh https://memordo.com, dan fitur utamanya adalah "Create memory cards anywhere instantly!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi memordo
Unduh file ekstensi memordo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | memordo |
ID | gmopeghkhdbjcebmflioppcfdbeimgoa |
URL Resmi | https://chromewebstore.google.com/detail/memordo/gmopeghkhdbjcebmflioppcfdbeimgoa |
Deskripsi | Create memory cards anywhere instantly! |
Ukuran File | 1.47 MB |
Jumlah Instalasi | 12 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2020-08-07 |
Tanggal Publikasi | 2020-07-24 |
Penilaian | 2.00/5 Total 1 Penilaian |
Pengembang | https://memordo.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://memordo.com |
URL Halaman Bantuan | https://memordo.com/contact |
URL Halaman Kebijakan Privasi | https://memordo.com/privacy |
Bahasa yang Didukung | 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\/*" ] } |