Lingualeo - Add to dictionary

Позволяет загружать список слов в словарь

Qu'est-ce que Lingualeo - Add to dictionary ?

Lingualeo - Add to dictionary est une extension Chrome développée par IvanUl, et sa fonction principale est "Позволяет загружать список слов в словарь".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Lingualeo - Add to dictionary

Téléchargez les fichiers d'extension Lingualeo - Add to dictionary au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Данное расширение позволяет загружать слова с переводами в словарь lingualeo.
В отличии от официального расширения, позволяет загружать несколько слов слов одновременно.

Для загрузки слов необходимо:
1) копировать список слов из любого места/выделить список слов на странице
2) нажать на значок расширения
3) нажать на кнопку "Добавить в словарь"

После этого расширение выведет уведомление об успешном выполнении или ошибке.                    

Informations de Base sur l'Extension

Nom Lingualeo - Add to dictionary Lingualeo - Add to dictionary
ID gbclajfehpmcpjgleadpdmahepagjmcb
URL Officiel https://chromewebstore.google.com/detail/lingualeo-add-to-dictiona/gbclajfehpmcpjgleadpdmahepagjmcb
Description Позволяет загружать список слов в словарь
Taille du Fichier 251 KB
Nombre d'Installations 211
Version Actuelle 1.0.1
Dernière Mise à Jour 2017-03-10
Date de Publication 2017-03-09
Évaluation 2.33/5 Total 3 Évaluations
Développeur IvanUl
Email [email protected]
Type de Paiement free
Langues Prises en Charge ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lingualeo - Add to dictionary",
    "description": "\u041f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u0441\u043b\u043e\u0432 \u0432 \u0441\u043b\u043e\u0432\u0430\u0440\u044c",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Lingualeo"
    },
    "permissions": [
        "clipboardRead",
        "activeTab",
        "notifications",
        "http:\/\/*.lingualeo.com\/*",
        "https:\/\/*.lingualeo.com\/*"
    ],
    "icons": {
        "128": "img\/icon.png",
        "48": "img\/icon.png",
        "16": "img\/icon.png"
    }
}