Export-leo - LinguaLeo dictionary export

Export your dictionary from LinguaLeo to a CSV file. Экспорт словаря из LinguaLeo.

Cos'è Export-leo - LinguaLeo dictionary export?

Export-leo - LinguaLeo dictionary export è un'estensione di Chrome sviluppata da Dmytro Bazas, e la sua funzione principale è "Export your dictionary from LinguaLeo to a CSV file. Экспорт словаря из LinguaLeo.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Export-leo - LinguaLeo dictionary export

Scarica i file di estensione Export-leo - LinguaLeo dictionary export in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Chrome extension which gives you a possibility to export any wordlist/dictionary from Lingualeo to a file.
Features:
- You can choose which words you want to export to a CSV file.
- Exporting any text with transcription from Lingualeo
Tip:
If you have any problem with encoding a CSV file, try to open the CSV file with Google Docs ( https://docs.google.com )

Chrome расширение для скачивания/экспорта слов/словаря из Lingualeo в CSV файл.
Особенности:
- Есть возможность выбора слов для экспорта в CSV файл.
- Экспорт слов вместе с их транскрипцыей
Совет:
Если вы увидели неправильную кодировку, попробуйте открыть документ например в Google Docs ( https://docs.google.com )

Key changes:
1.2 - This update includes ability to export transcription, stability improvements.
1.1 - Invented the new logo and icon, minor bugs fixed.                    

Informazioni di Base sull'Estensione

Nome Export-leo - LinguaLeo dictionary export Export-leo - LinguaLeo dictionary export
ID ljcmfepnkepjmnnokpdeinjefcipjbeo
URL Ufficiale https://chromewebstore.google.com/detail/export-leo-lingualeo-dict/ljcmfepnkepjmnnokpdeinjefcipjbeo
Descrizione Export your dictionary from LinguaLeo to a CSV file. Экспорт словаря из LinguaLeo.
Dimensione del File 80.67 KB
Conteggio Installazioni 281
Versione Corrente 1.2
Ultimo Aggiornamento 2015-05-15
Data di Pubblicazione 2015-05-15
Valutazione 3.22/5 Totale 9 Valutazioni
Sviluppatore Dmytro Bazas
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/bilabon/Export-leo
URL della Pagina di Aiuto https://github.com/bilabon/Export-leo/blob/master/FAQ.md
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Export-leo - LinguaLeo dictionary export",
    "short_name": "Export-leo",
    "description": "Export your dictionary from LinguaLeo to a CSV file. \u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u0441\u043b\u043e\u0432\u0430\u0440\u044f \u0438\u0437 LinguaLeo.",
    "version": "1.2",
    "browser_action": {
        "default_title": "Exporting dictionary from Lingualeo to a CSV file"
    },
    "author": "Dmytro Bazas ",
    "icons": {
        "128": "export-leo-128.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/lingualeo.com\/ru\/userdict\/*",
                "http:\/\/lingualeo.com\/ru\/glossary\/learn\/*",
                "https:\/\/lingualeo.com\/ru\/userdict\/*",
                "https:\/\/lingualeo.com\/ru\/glossary\/learn\/*"
            ],
            "js": [
                "js\/lib\/jquery-2.1.4.min.js",
                "js\/injection.js"
            ]
        }
    ]
}