memordo

Create memory cards anywhere instantly!

memordo là gì?

memordo là một tiện ích mở rộng Chrome được phát triển bởi https://memordo.com, và tính năng chính của nó là "Create memory cards anywhere instantly!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng memordo

Tải xuống các tệp mở rộng memordo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên memordo memordo
ID gmopeghkhdbjcebmflioppcfdbeimgoa
URL Chính Thức https://chromewebstore.google.com/detail/memordo/gmopeghkhdbjcebmflioppcfdbeimgoa
Mô tả Create memory cards anywhere instantly!
Kích Thước Tệp 1.47 MB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2020-08-07
Ngày Phát Hành 2020-07-24
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://memordo.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://memordo.com
URL Trang Trợ Giúp https://memordo.com/contact
URL Trang Chính Sách Bảo Mật https://memordo.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}