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"
    ]
}