Remember It

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

ما هو Remember It؟

Remember It هو إضافة Chrome تم تطويرها بواسطة https://rmmbrit.com، والميزة الرئيسية لها هي "The best tool for learning words. Creating flashcards and reviewing words has never been easier.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Remember It

قم بتنزيل ملفات الامتداد Remember It بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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