SideNotion
Turn Notion into your online lecture sidekick.
什么是SideNotion?
SideNotion是由rizhaow开发的Chrome扩展程序,该扩展的主要功能是“Turn Notion into your online lecture sidekick.”。
扩展截图
下载SideNotion扩展crx文件
下载SideNotion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Record lecture screenshots in one command 📷
Speed up, pause, capture videos, without leaving Notion or your keyboard ⌨️
Works for any website 🌐
Saved to your Notion document automatically 📝
Number 1 Product of the Day on ProductHunt
https://www.producthunt.com/posts/sidenotion 扩展基本信息
| 名称 | |
| ID | ihjmeedcmbeapmaagcjpngemnckiooih |
| 官方URL | https://chromewebstore.google.com/detail/sidenotion/ihjmeedcmbeapmaagcjpngemnckiooih |
| 简介 | Turn Notion into your online lecture sidekick. |
| 文件大小 | 982 KB |
| 安装次数 | 1,170 |
| 当前版本 | 1.4.1 |
| 更新时间 | 2022-08-31 |
| 上架时间 | 2021-12-07 |
| 评分 | 4.67/5 共6次评分 |
| 开发者 | rizhaow |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://sidenotion.30apps.me |
| 帮助页面URL | https://docs.google.com/forms/d/e/1FAIpQLSdq6KtGZKvPLN2KBaxyw3D37PidA9EBFAfYUtaR7Vq8mGuZdQ/viewform?usp=sf_link |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Turn Notion into your online lecture sidekick.",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"constants.js",
"utils.js",
"packages\/interact.js",
"recorder.js"
],
"matches": [
"https:\/\/*\/*"
],
"exclude_matches": [
"http:\/\/www.notion.so\/*",
"https:\/\/www.notion.so\/*"
],
"all_frames": true
},
{
"js": [
"constants.js",
"utils.js",
"packages\/intro.js",
"packages\/micromodal.js",
"packages\/mousetrap.js",
"packages\/mousetrap-record.js",
"packages\/mousetrap-pause.js",
"content.js"
],
"css": [
"packages\/intro.css"
],
"matches": [
"http:\/\/www.notion.so\/*",
"https:\/\/www.notion.so\/*"
]
}
],
"action": {
"default_icon": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"192": "images\/icon192.png"
},
"default_title": "SideNotion",
"default_popup": "popup\/popup.html"
},
"name": "SideNotion",
"permissions": [
"activeTab",
"tabs",
"storage",
"clipboardRead"
],
"host_permissions": [
" | |