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 |
| 官方網址 | 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": [
" | |