LingvoMind

Translate foreign words and phrases, submit them to your personal dictionary. Organize and learn new words using flash cards.

ما هو LingvoMind؟

LingvoMind هو إضافة Chrome تم تطويرها بواسطة https://lingvomind.com، والميزة الرئيسية لها هي "Translate foreign words and phrases, submit them to your personal dictionary. Organize and learn new words using flash cards.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة LingvoMind

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

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

                        LingvoMind is an online service that will help you learn foreign languages more efficiently.

When reading foreign texts, you may often come across words you don't know that you wish you could save and learn. Sometimes, it is not a good time to do that. As a result, the word is forgotten.

Adding LingvoMind to Chrome means that you are able to easily and quickly translate new words or phrase with built-in Google translator using a small pop-up window, that appears when you select the text.

Once you register your new account, you will be able to save new words or phrases with its translation on-the-go to your personal dictionary located in a server. 

Later, you can log into your server account, organize your selected words and phrases into "study sets" and learn them using flashcards.

On the browser you are able to:
* Translate selected text with built-in Google translator using small pop-up window
* Detect source language automatically
* Save selected words or phrases with its translation to your personal dictionary located on the server on-the-go
* Enable or disable the appearance of the pop-up icon in-one-click when text is selected if it is temporarily not needed

In your account on the server you are able to:
* Learn new words or phrases with flashcards
* Organize collected words or phrases in study sets in your account
* Move collected words or phrases from one study set to another
* Add, translate and edit new words or phrases                    

معلومات أساسية عن التمديد

الاسم LingvoMind LingvoMind
ID kdoalaaepkeglgehjncilbgbcfgjkmlc
عنوان URL الرسمي https://chromewebstore.google.com/detail/lingvomind/kdoalaaepkeglgehjncilbgbcfgjkmlc
الوصف Translate foreign words and phrases, submit them to your personal dictionary. Organize and learn new words using flash cards.
حجم الملف 1.17 MB
عدد التثبيتات 386
النسخة الحالية 1.3.1
آخر تحديث 2019-11-06
تاريخ النشر 2019-11-05
تقييم 5.00/5 مجموع تقييمات 6
المطور https://lingvomind.com
نوع الدفع free
موقع الإضافة https://lingvomind.com
عنوان صفحة المساعدة https://lingvomind.com
اللغات المدعومة en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LingvoMind",
    "version": "1.3.1",
    "manifest_version": 2,
    "description": "__MSG_application_description__",
    "icons": {
        "128": "images\/128x128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "popups\/background\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "http:\/\/lingvomind.com\/*",
        "https:\/\/lingvomind.com\/*",
        "http:\/\/localhost\/*",
        "cookies",
        "notifications",
        "storage",
        "contextMenus",
        "management",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/boundary\/boundary.js",
                "bower_components\/jquery\/dist\/jquery.min.js",
                "bower_components\/material-design-lite\/material.min.js",
                "scripts\/content\/init.js",
                "scripts\/content\/analytics.js",
                "scripts\/content\/converters.js",
                "scripts\/content\/listeners.js",
                "scripts\/content\/validators.js",
                "scripts\/content\/handlers.js",
                "scripts\/content\/connections.js",
                "scripts\/content\/selection.js",
                "scripts\/content\/study-sets.js",
                "scripts\/content\/translation.js",
                "scripts\/content\/icon.js",
                "scripts\/content\/audio.js",
                "scripts\/content\/content.js"
            ],
            "css": [
                "bower_components\/material-design-lite\/material.min.css",
                "styles\/boundary\/boundary.css",
                "styles\/font-awesome.css",
                "styles\/content.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "images\/128x128.png"
        },
        "default_title": "LingvoMind",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "bower_components\/material-design-lite\/material.min.css",
        "styles\/boundary\/boundary-extra.css",
        "images\/icon-38.png",
        "icon.html",
        "content.html",
        "content-iframe.html",
        "styles\/*.*",
        "*.ttf",
        "*.eot",
        "*.svg",
        "*.woff",
        "*.woff2"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "http:\/\/localhost\/*",
            "*:\/\/*.lingvomind.com\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}