Video-Notes
Your personal youtube notes making assistant
什么是Video-Notes?
Video-Notes是由Akshay Kumar开发的Chrome扩展程序,该扩展的主要功能是“Your personal youtube notes making assistant”。
扩展截图
下载Video-Notes扩展crx文件
下载Video-Notes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Video-Notes is a smart notes taking solution for online learners while watching youtube videos. Along with writing notes You can take video clips & screenshots along with the timestamp while watching the video. The downloaded notes are viewable in any device. You can transfer the notes using whatsapp-web or google drive and open them in any internet browser. The extension is completely free. What's New ? Google Drive Integeration This feature enables you to maintain all your notes in one centralized and organized location.
扩展基本信息
名称 | Video-Notes |
ID | pinjmkdikinlhdjkkieabffplmdahpia |
官方URL | https://chromewebstore.google.com/detail/video-notes/pinjmkdikinlhdjkkieabffplmdahpia |
简介 | Your personal youtube notes making assistant |
文件大小 | 3.55 MB |
安装次数 | 62 |
当前版本 | 1.18 |
更新时间 | 2023-12-16 |
上架时间 | 2023-09-17 |
评分 | 5.00/5 共8次评分 |
开发者 | Akshay Kumar |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Video-Notes", "version": "1.18", "description": "Your personal youtube notes making assistant", "action": { "default_popup": "index.html" }, "oauth2": { "client_id": "926015470115-hukteq61217rbo79omj08b7bfc2n2mua.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive.file", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] }, "permissions": [ "storage", "identity" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "48": "notes.png" }, "background": { "matches": [ " |