YouTube字幕 英和辞典
YouTubeの字幕の英単語を調べることができます。知らない英単語を単語帳に登録して後から見ることもできます。
What is YouTube字幕 英和辞典?
YouTube字幕 英和辞典 is a Chrome extension developed by myabu, and its main feature is "YouTubeの字幕の英単語を調べることができます。知らない英単語を単語帳に登録して後から見ることもできます。".
Extension Screenshots
Download YouTube字幕 英和辞典 Extension CRX File
Download YouTube字幕 英和辞典 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
YouTubeの字幕の英単語をクリックすると、意味を調べることができます。 単語は単語帳に登録することができ、知らなかった単語などを登録して後から見返すことができます。 単語帳はCSV出力もできます。 この拡張機能はオープンソースです。 https://github.com/myabu-dev/youtube-subtitle-english-japanese-dictionary サポート https://myabu-dev.github.io/youtube-subtitle-english-japanese-dictionary-support-page/
Extension Basic Information
Name | YouTube字幕 英和辞典 |
ID | giidfoakcilmdmhpibojmhlnnekheaid |
Official 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 |
Description | YouTubeの字幕の英単語を調べることができます。知らない英単語を単語帳に登録して後から見ることもできます。 |
File Size | 2.46 MB |
Installation Count | 67 |
Current Version | 1.0.9 |
Last Updated | 2022-06-13 |
Publish Date | 2020-05-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | myabu |
[email protected] | |
Payment Type | free |
Help Page URL | https://myabu-dev.github.io/youtube-subtitle-english-japanese-dictionary-support-page/ |
Supported Languages | 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" ] } |