SideNotion
Turn Notion into your online lecture sidekick.
Cos'è SideNotion?
SideNotion è un'estensione di Chrome sviluppata da rizhaow, e la sua funzione principale è "Turn Notion into your online lecture sidekick.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SideNotion
Scarica i file di estensione SideNotion in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | ihjmeedcmbeapmaagcjpngemnckiooih |
| URL Ufficiale | https://chromewebstore.google.com/detail/sidenotion/ihjmeedcmbeapmaagcjpngemnckiooih |
| Descrizione | Turn Notion into your online lecture sidekick. |
| Dimensione del File | 982 KB |
| Conteggio Installazioni | 1,170 |
| Versione Corrente | 1.4.1 |
| Ultimo Aggiornamento | 2022-08-31 |
| Data di Pubblicazione | 2021-12-07 |
| Valutazione | 4.67/5 Totale 6 Valutazioni |
| Sviluppatore | rizhaow |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://sidenotion.30apps.me |
| URL della Pagina di Aiuto | https://docs.google.com/forms/d/e/1FAIpQLSdq6KtGZKvPLN2KBaxyw3D37PidA9EBFAfYUtaR7Vq8mGuZdQ/viewform?usp=sf_link |
| Lingue Supportate | 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": [
" | |