ZippyNotes - Take notes on YouTube videos
The Chrome Extension for ZippyNotes
什么是ZippyNotes - Take notes on YouTube videos?
ZippyNotes - Take notes on YouTube videos是由https://zippynotes.co开发的Chrome扩展程序,该扩展的主要功能是“The Chrome Extension for ZippyNotes”。
扩展截图
下载ZippyNotes - Take notes on YouTube videos扩展crx文件
下载ZippyNotes - Take notes on YouTube videos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The chrome extension for ZippyNotes. Take timestamped notes on YouTube videos directly on youtube.com using this extension. 扩展基本信息
| 名称 | |
| ID | agjffdegfjfpeefmeapjnlephbkahooo |
| 官方URL | https://chromewebstore.google.com/detail/zippynotes-take-notes-on/agjffdegfjfpeefmeapjnlephbkahooo |
| 简介 | The Chrome Extension for ZippyNotes |
| 文件大小 | 1.91 MB |
| 安装次数 | 70 |
| 当前版本 | 0.1.8 |
| 更新时间 | 2023-12-28 |
| 上架时间 | 2023-07-19 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://zippynotes.co |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ZippyNotes - Take notes on YouTube videos",
"version": "0.1.8",
"description": "The Chrome Extension for ZippyNotes",
"manifest_version": 3,
"action": {
"default_title": "Click to open side panel"
},
"background": {
"service_worker": "zippynotes-chrome-extension-app\/build\/service-worker.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*",
"*:\/\/*.youtube.com\/*"
],
"js": [
"zippynotes-chrome-extension-app\/build\/contentScript.js"
]
}
],
"permissions": [
"tabs",
"sidePanel"
],
"host_permissions": [
"https:\/\/zippynotes.co\/"
]
} | |