Memorize!

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

Memorize!คืออะไร?

Memorize! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GrantZvolsky และคุณลักษณะหลักของมันคือ "A lightweight extension that helps you to learn / memorize given answers to given questions."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Memorize!

ดาวน์โหลดไฟล์ส่วนขยาย Memorize! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Memorize! Memorize!
ID jfiakckbklmccchjegnnojbalafebakb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/memorize/jfiakckbklmccchjegnnojbalafebakb
คำอธิบาย A lightweight extension that helps you to learn / memorize given answers to given questions.
ขนาดไฟล์ 96.03 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.4.6
อัปเดตครั้งล่าสุด 2021-07-05
วันที่เผยแพร่ 2012-04-13
คะแนน 4.55/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา GrantZvolsky
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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'"
}