YouTube字幕 英和辞典

YouTubeの字幕の英単語を調べることができます。知らない英単語を単語帳に登録して後から見ることもできます。

Cos'è YouTube字幕 英和辞典?

YouTube字幕 英和辞典 è un'estensione di Chrome sviluppata da myabu, e la sua funzione principale è "YouTubeの字幕の英単語を調べることができます。知らない英単語を単語帳に登録して後から見ることもできます。".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione YouTube字幕 英和辞典

Scarica i file di estensione YouTube字幕 英和辞典 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

                        YouTubeの字幕の英単語をクリックすると、意味を調べることができます。
単語は単語帳に登録することができ、知らなかった単語などを登録して後から見返すことができます。
単語帳はCSV出力もできます。

この拡張機能はオープンソースです。
https://github.com/myabu-dev/youtube-subtitle-english-japanese-dictionary

サポート
https://myabu-dev.github.io/youtube-subtitle-english-japanese-dictionary-support-page/                    

Informazioni di Base sull'Estensione

Nome YouTube字幕 英和辞典 YouTube字幕 英和辞典
ID giidfoakcilmdmhpibojmhlnnekheaid
URL Ufficiale https://chromewebstore.google.com/detail/youtube%E5%AD%97%E5%B9%95-%E8%8B%B1%E5%92%8C%E8%BE%9E%E5%85%B8/giidfoakcilmdmhpibojmhlnnekheaid
Descrizione YouTubeの字幕の英単語を調べることができます。知らない英単語を単語帳に登録して後から見ることもできます。
Dimensione del File 2.46 MB
Conteggio Installazioni 67
Versione Corrente 1.0.9
Ultimo Aggiornamento 2022-06-13
Data di Pubblicazione 2020-05-03
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore myabu
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://myabu-dev.github.io/youtube-subtitle-english-japanese-dictionary-support-page/
Lingue Supportate ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.9",
    "manifest_version": 2,
    "default_locale": "ja",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "css\/swiper.min.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "options_ui": {
        "page": "pages\/option.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "images\/howto_1.svg",
        "images\/howto_2.svg",
        "images\/howto_3.svg",
        "images\/howto_4.svg",
        "ejdc-hand.json"
    ]
}