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 |
| 官方網址 | 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 |
| 電子郵箱 | [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\/"
]
} | |