YouTube Notetaker | Terrain
Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!
什么是YouTube Notetaker | Terrain?
YouTube Notetaker | Terrain是由eman开发的Chrome扩展程序,该扩展的主要功能是“Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!”。
扩展截图
下载YouTube Notetaker | Terrain扩展crx文件
下载YouTube Notetaker | Terrain扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!
扩展基本信息
名称 | YouTube Notetaker | Terrain |
ID | ggmegoikhdmjmbeopoplpingfmogafik |
官方URL | https://chromewebstore.google.com/detail/youtube-notetaker-terrain/ggmegoikhdmjmbeopoplpingfmogafik |
简介 | Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes! |
文件大小 | 19.44 KB |
安装次数 | 401 |
当前版本 | 1.1 |
更新时间 | 2022-01-28 |
上架时间 | 2022-01-26 |
评分 | 4.64/5 共11次评分 |
开发者 | eman |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.knowtheterrain.io |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Notetaker | Terrain", "author": "www.knowtheterrain.io", "version": "1.1", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "js\/content.js" ], "css": [ "style\/button.css" ] } ], "manifest_version": 3, "icons": { "16": "icons\/16.png", "19": "icons\/19.png", "24": "icons\/24.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage" ] } |