YouTube Markup
You can use this tool to mark the parts of videos you watch on YouTube that are important to you. For example, in an educational…
YouTube Markupとは何ですか?
YouTube MarkupはUmut Korkmazによって開発されたChromeの拡張機能で、その主な機能は「You can use this tool to mark the parts of videos you watch on YouTube that are important to you. For example, in an educational…」です。
拡張機能のスクリーンショット
YouTube Markup拡張機能のCRXファイルをダウンロード
YouTube Markup拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can use this tool to mark the parts of videos you watch on YouTube that are important to you. For example, in an educational video, you can mark the minute where something you are interested in is located, so that you can quickly find what you are looking for when you look at the same educational video again.
拡張機能の基本情報
名前 | YouTube Markup |
ID | emhjhcepnjieabmcmioendnlpbbhlnbn |
公式URL | https://chromewebstore.google.com/detail/youtube-markup/emhjhcepnjieabmcmioendnlpbbhlnbn |
説明 | You can use this tool to mark the parts of videos you watch on YouTube that are important to you. For example, in an educational… |
ファイルサイズ | 26.09 KB |
インストール数 | 46 |
現在のバージョン | 1.1.1 |
最終更新日 | 2023-03-02 |
公開日 | 2022-09-06 |
評価 | 5.00/5 合計 10 レビュー |
開発者 | Umut Korkmaz |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/umutkorkmaaz/youtube-marker |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Markup", "version": "1.1.1", "icons": { "16": ".\/assets\/icon\/youtube-markup-16x16.png", "48": ".\/assets\/icon\/youtube-markup-48x48.png", "128": ".\/assets\/icon\/youtube-markup-128x128.png" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "https:\/\/*.youtube.com\/*" ], "background": { "service_worker": ".\/assets\/js\/background.min.js" }, "action": { "default_title": "YouTube Markup", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ ".\/assets\/js\/content.min.js" ], "css": [ ".\/assets\/css\/all.min.css" ], "matches": [ "https:\/\/*.youtube.com\/*" ] } ] } |