Memorize!

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

什麼是Memorize!?

Memorize!是由GrantZvolsky開發的Chrome擴展程式,該擴展的主要功能是“A lightweight extension that helps you to learn / memorize given answers to given questions.”。

擴展截圖

screenshot
screenshot

下載Memorize!擴展crx文件

下載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
官方網址 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'"
}