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.
扩展基本信息
名称 | YouTube Memo |
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 |
电子邮箱 | [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\/" ] } |