Memorize!

A lightweight extension that helps you to learn / memorize given answers to given questions.

Memorize! là gì?

Memorize! là một tiện ích mở rộng Chrome được phát triển bởi GrantZvolsky, và tính năng chính của nó là "A lightweight extension that helps you to learn / memorize given answers to given questions.".

Ả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 Memorize!

Tải xuống các tệp mở rộng Memorize! 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

                        Memorize! Is a lightweight application that helps you to remember extensive amounts of boring information. I have developed it for myself because I often lack the motivation to keep repeating for more than 10 minutes. 

Here is how it works:
1) you enter a list of questions and answers in the following format:
[question1]:[ansqer1]
[question2]:[answer2]
Example (learning german vocabulary):
Inventor:der erfinder	
Artist:der Kunstler
Painter:der Maler	
History:die Geschichte	
German culture:die deutsche kultur	
and so on.

2) Set the interval between asking each question.

3) Click start. Questions are shuffled. When you answer correctly on the first or second try, the question will be removed from the list of asked questions. Questions will be asked until you are able to answer every single of them correctly, or until you click stop.

Good luck memorizing!                    

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

Tên Memorize! Memorize!
ID jfiakckbklmccchjegnnojbalafebakb
URL Chính Thức https://chromewebstore.google.com/detail/memorize/jfiakckbklmccchjegnnojbalafebakb
Mô tả A lightweight extension that helps you to learn / memorize given answers to given questions.
Kích Thước Tệp 96.03 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.4.6
Cập Nhật Lần Cuối 2021-07-05
Ngày Phát Hành 2012-04-13
Đánh Giá 4.55/5 Tổng số 22 Đánh Giá
Nhà Phát Triển GrantZvolsky
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.4.6",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Memorize!",
        "default_icon": "ico-128.png",
        "default_popup": "popup.html"
    },
    "permissions": [],
    "icons": {
        "128": "ico-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}