Remember It

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

什么是Remember It?

Remember It是由https://rmmbrit.com开发的Chrome扩展程序,该扩展的主要功能是“The best tool for learning words. Creating flashcards and reviewing words has never been easier.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Remember It扩展crx文件

下载Remember It扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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]                    

扩展基本信息

名称 Remember It Remember It
ID dffodgojikaglklfegjnmbdoehbamoon
官方URL https://chrome.google.com/webstore/detail/remember-it/dffodgojikaglklfegjnmbdoehbamoon
简介 The best tool for learning words. Creating flashcards and reviewing words has never been easier.
文件大小 312 KB
安装次数 412
当前版本 0.3.5
更新时间 2015-08-07
上架时间 2015-08-07
评分 3.58/5 共12次评分
开发者 https://rmmbrit.com
付费类型 free
支持的语言 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"
    ]
}