Memorize

Help you remember terms and definitions by repeatedly reminding you a random term in your custom set using the chrome notification.

什麼是Memorize?

Memorize是由Hà Đinh Việt開發的Chrome擴展程式,該擴展的主要功能是“Help you remember terms and definitions by repeatedly reminding you a random term in your custom set using the chrome notification.”。

擴展截圖

screenshot
screenshot

下載Memorize擴展crx文件

下載Memorize擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        == Features ==

✓ Totally free.
✓ Simple input method.
✓ Quiz mode will give you more efficient while learning.
✓ Highly customizable display and notification mode:
    + Show only term
    + Show only definition
    + Show random term in list
    + Mute/Unmute notification
    + Allow to configure notification display interval


== How to use? ==

Simply place your list of terms and definitions in the input, separate your term and definition with a TAB character (see my screenshot), for example:
食[TAB]Meal
こにちわ[TAB]Hello
Hello[TAB]Bonjour


== Enjoying Memorize? Please rate! ==

If you like Memorize, please help spread the word by giving it a 5 star rating.


== Feedback and bug reports ==

Memorize is still in beta, if you found some bugs or issues, please let me know so I can fix it as soon as possible.


== Note ==
Be sure your OS's notification center is turn ON. Works great in Windows 10, I have not tested in Mac OS yet.


-------------------------
Happy studying!                    

擴展基本資訊

名稱 Memorize Memorize
ID lcdcimlkaneihfjboiomfiigpcfllbig
官方網址 https://chromewebstore.google.com/detail/memorize/lcdcimlkaneihfjboiomfiigpcfllbig
簡介 Help you remember terms and definitions by repeatedly reminding you a random term in your custom set using the chrome notification.
檔案大小 1.14 MB
安裝次數 724
目前版本 1.0.1
更新時間 2018-11-30
上架時間 2018-11-30
評分 3.60/5 共 5 次評分
開發者 Hà Đinh Việt
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Memorize",
    "version": "1.0.1",
    "description": "Help you remember terms and definitions by repeatedly reminding you a random term in your custom set using the chrome notification.",
    "permissions": [
        "declarativeContent",
        "storage",
        "unlimitedStorage",
        "notifications"
    ],
    "background": {
        "scripts": [
            "js\/html2canvas.js",
            "js\/functions.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/ico_16.png",
        "32": "images\/ico_32.png",
        "48": "images\/ico_48.png",
        "128": "images\/ico_128.png"
    },
    "browser_action": {
        "default_popup": "views\/popup.html",
        "default_icon": {
            "16": "images\/ico_16.png",
            "32": "images\/ico_32.png",
            "48": "images\/ico_48.png",
            "128": "images\/ico_128.png"
        },
        "default_title": "Memorize"
    },
    "manifest_version": 2
}