YouTube字幕 英和辞典

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

Wat is YouTube字幕 英和辞典?

YouTube字幕 英和辞典 is een Chrome-extensie ontwikkeld door myabu, en de belangrijkste functie is "YouTubeの字幕の英単語を調べることができます。知らない英単語を単語帳に登録して後から見ることもできます。".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie YouTube字幕 英和辞典

Download YouTube字幕 英和辞典-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

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

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

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

Basisinformatie over de Extensie

Naam YouTube字幕 英和辞典 YouTube字幕 英和辞典
ID giidfoakcilmdmhpibojmhlnnekheaid
Officiële URL 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
Beschrijving YouTubeの字幕の英単語を調べることができます。知らない英単語を単語帳に登録して後から見ることもできます。
Bestandsgrootte 2.46 MB
Aantal Installaties 67
Huidige Versie 1.0.9
Laatst Bijgewerkt 2022-06-13
Publicatiedatum 2020-05-03
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar myabu
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://myabu-dev.github.io/youtube-subtitle-english-japanese-dictionary-support-page/
Ondersteunde Talen 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"
    ]
}