Letra

Passively learn a new language every time you open a new tab.

Letraとは何ですか?

LetraはJaye Hernandezによって開発されたChromeの拡張機能で、その主な機能は「Passively learn a new language every time you open a new tab.」です。

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

screenshot
screenshot
screenshot
screenshot

Letra拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A simple and effective supplementary tool for language learning!

Features:
✨ New word everyday
✨ Listen to the word in the chosen language
✨ New inspirational quote about learning
✨ Dark Interface
✨ Available in 24 languages                    

拡張機能の基本情報

名前 Letra Letra
ID cjodkkjokggcaeacdhjliobekbnnmoio
公式URL https://chromewebstore.google.com/detail/letra/cjodkkjokggcaeacdhjliobekbnnmoio
説明 Passively learn a new language every time you open a new tab.
ファイルサイズ 158 KB
インストール数 282
現在のバージョン 1.0.15
最終更新日 2022-10-22
公開日 2020-06-15
評価 4.86/5 合計 7 レビュー
開発者 Jaye Hernandez
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://letra.vercel.app/
ヘルプページのURL https://letra.vercel.app/#contact
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Letra",
    "description": "Passively learn a new language every time you open a new tab.",
    "version": "1.0.15",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/texttospeech.responsivevoice.org\/",
        "https:\/\/letra-extension.vercel.app\/"
    ],
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_title": "Letra"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}