Lingualeo - Add to dictionary

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

Wat is Lingualeo - Add to dictionary?

Lingualeo - Add to dictionary is een Chrome-extensie ontwikkeld door IvanUl, en de belangrijkste functie is "Позволяет загружать список слов в словарь".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Lingualeo - Add to dictionary

Download Lingualeo - Add to dictionary-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

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

Basisinformatie over de Extensie

Naam Lingualeo - Add to dictionary Lingualeo - Add to dictionary
ID gbclajfehpmcpjgleadpdmahepagjmcb
Officiële URL https://chromewebstore.google.com/detail/lingualeo-add-to-dictiona/gbclajfehpmcpjgleadpdmahepagjmcb
Beschrijving Позволяет загружать список слов в словарь
Bestandsgrootte 251 KB
Aantal Installaties 211
Huidige Versie 1.0.1
Laatst Bijgewerkt 2017-03-10
Publicatiedatum 2017-03-09
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar IvanUl
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}