Remember It

The best tool for learning words. Creating flashcards and reviewing words has never been easier.

O que é Remember It?

Remember It é uma extensão do Chrome desenvolvida por https://rmmbrit.com, e sua principal característica é "The best tool for learning words. Creating flashcards and reviewing words has never been easier.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Remember It

Baixe arquivos de extensão Remember It 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

                        Builtin Dictionary (Alt+Click)
======================

Using Remember It’s browser extension, you can look up a word’s definition and make a flashcard instantly in the web page you’re viewing (English/French/German/Spanish/Italian/Portuguese dictionaries are supported).

Use Your Favorite Dictionary
======================

The browser extension also enables you to make your own flashcards using your favorite dictionary.

Supported dictionary sites are: 
* http://merriam-webster.com
* http://dictionary.cambridge.org 
* http://www.ldoceonline.com 
* http://urbandictionary.com
* http://dic.naver.com

If you want another dictionary support, please email us. [email protected]                    

Informações Básicas da Extensão

Nome Remember It Remember It
ID dffodgojikaglklfegjnmbdoehbamoon
URL Oficial https://chrome.google.com/webstore/detail/remember-it/dffodgojikaglklfegjnmbdoehbamoon
Descrição The best tool for learning words. Creating flashcards and reviewing words has never been easier.
Tamanho do Arquivo 312 KB
Contagem de Instalações 412
Versão Atual 0.3.5
Última Atualização 2015-08-07
Data de Publicação 2015-08-07
Classificação 3.58/5 Total de 12 Avaliações
Desenvolvedor https://rmmbrit.com
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.3.5",
    "name": "Remember It",
    "description": "The best tool for learning words. Creating flashcards and reviewing words has never been easier.",
    "icons": {
        "48": "ico_48.png",
        "128": "ico_128.png",
        "256": "ico_256.png"
    },
    "browser_action": {
        "default_icon": {
            "38": "ico_38.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/rmmbrit.com\/",
        "https:\/\/rmmbrit.com\/",
        "https:\/\/clients5.google.com\/"
    ],
    "background": {
        "scripts": [
            "tabs.js",
            "zepto-1.1.6.js",
            "underscore.js",
            "backbone.js",
            "common.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/rmmbrit.dev\/*",
                "*:\/\/rmmbrit.com\/*",
                "*:\/\/mail.google.com\/*",
                "*:\/\/gmail.com\/*"
            ],
            "all_frames": true,
            "css": [
                "content.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "popup_build.js",
        "zepto-1.1.6.js",
        "injected.js"
    ]
}