Export-leo - LinguaLeo dictionary export

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

Export-leo - LinguaLeo dictionary exportとは何ですか?

Export-leo - LinguaLeo dictionary exportはDmytro Bazasによって開発されたChromeの拡張機能で、その主な機能は「Export your dictionary from LinguaLeo to a CSV file. Экспорт словаря из LinguaLeo.」です。

拡張機能のスクリーンショット

screenshot

Export-leo - LinguaLeo dictionary export拡張機能のCRXファイルをダウンロード

Export-leo - LinguaLeo dictionary export拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Export-leo - LinguaLeo dictionary export Export-leo - LinguaLeo dictionary export
ID ljcmfepnkepjmnnokpdeinjefcipjbeo
公式URL https://chromewebstore.google.com/detail/export-leo-lingualeo-dict/ljcmfepnkepjmnnokpdeinjefcipjbeo
説明 Export your dictionary from LinguaLeo to a CSV file. Экспорт словаря из LinguaLeo.
ファイルサイズ 80.67 KB
インストール数 281
現在のバージョン 1.2
最終更新日 2015-05-15
公開日 2015-05-15
評価 3.22/5 合計 9 レビュー
開発者 Dmytro Bazas
支払い方法 free
拡張機能のウェブサイト https://github.com/bilabon/Export-leo
ヘルプページのURL https://github.com/bilabon/Export-leo/blob/master/FAQ.md
対応言語 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"
            ]
        }
    ]
}