Memorize

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

O que é Memorize?

Memorize é uma extensão do Chrome desenvolvida por Hà Đinh Việt, e sua principal característica é "Help you remember terms and definitions by repeatedly reminding you a random term in your custom set using the chrome notification.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Memorize

Baixe arquivos de extensão Memorize no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        == 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!                    

Informações Básicas da Extensão

Nome Memorize Memorize
ID lcdcimlkaneihfjboiomfiigpcfllbig
URL Oficial https://chromewebstore.google.com/detail/memorize/lcdcimlkaneihfjboiomfiigpcfllbig
Descrição Help you remember terms and definitions by repeatedly reminding you a random term in your custom set using the chrome notification.
Tamanho do Arquivo 1.14 MB
Contagem de Instalações 724
Versão Atual 1.0.1
Última Atualização 2018-11-30
Data de Publicação 2018-11-30
Classificação 3.60/5 Total de 5 Avaliações
Desenvolvedor Hà Đinh Việt
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}