Notion Sidebar Expander
Expands Notion Sidebar items to reveal the current page
Was ist Notion Sidebar Expander?
Notion Sidebar Expander ist eine Chrome-Erweiterung, die von George Gillams entwickelt wurde, und ihr Hauptmerkmal ist "Expands Notion Sidebar items to reveal the current page".
Erweiterungsscreenshots
Notion Sidebar Expander-Erweiterungs-CRX-Datei herunterladen
Laden Sie Notion Sidebar Expander-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Automatically expands Notion sidebar to reveal the current page Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bcncpphhpgindiaibcnbhihjkchnanad |
| Offizielle URL | https://chromewebstore.google.com/detail/notion-sidebar-expander/bcncpphhpgindiaibcnbhihjkchnanad |
| Beschreibung | Expands Notion Sidebar items to reveal the current page |
| Dateigröße | 9.72 KB |
| Installationsanzahl | 290 |
| Aktuelle Version | 1.1.2 |
| Letztes Update | 2023-06-06 |
| Veröffentlichungsdatum | 2022-02-15 |
| Bewertung | 3.20/5 Insgesamt 5 Bewertungen |
| Entwickler | George Gillams |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Notion Sidebar Expander",
"description": "Expands Notion Sidebar items to reveal the current page",
"version": "1.1.2",
"content_scripts": [
{
"matches": [
"https:\/\/*.notion.so\/*"
],
"js": [
"content.js"
]
}
],
"permissions": [],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
}
} | |