YouTube Memo
Write something watching YouTube videos.
YouTube Memoとは何ですか?
YouTube Memoはbglgwyngによって開発されたChromeの拡張機能で、その主な機能は「Write something watching YouTube videos.」です。
拡張機能のスクリーンショット
YouTube Memo拡張機能のCRXファイルをダウンロード
YouTube Memo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
As you watch a YouTube video, there are times when you want to summarize something, write down an idea that comes to mind, or save a moment you want to see it again later. YouTube Memo appears on the right side of the video, allowing you to write memos with a timestamp. The memo acts as a link to that moment in the video. Also, videos with memos are automatically added to your favorites so you can browse them later. 拡張機能の基本情報
| 名前 | |
| ID | ijelfhbgnpoongehabbphibmfnfnamjj |
| 公式URL | https://chromewebstore.google.com/detail/youtube-memo/ijelfhbgnpoongehabbphibmfnfnamjj |
| 説明 | Write something watching YouTube videos. |
| ファイルサイズ | 156 KB |
| インストール数 | 121 |
| 現在のバージョン | 0.1.1 |
| 最終更新日 | 2021-05-10 |
| 公開日 | 2021-05-07 |
| 開発者 | bglgwyng |
| Eメール | [email protected] |
| 支払い方法 | free |
| ヘルプページのURL | https://github.com/bglgwyng/Youtube-Memo |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "YouTube Memo",
"description": "Write something watching YouTube videos.",
"version": "0.1.1",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"tabs",
"storage",
"webNavigation",
"bookmarks",
"https:\/\/www.youtube.com\/"
]
} | |