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
官方網址 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"
    ]
}