Notion Sidebar Expander
Expands Notion Sidebar items to reveal the current page
Apa itu Notion Sidebar Expander?
Notion Sidebar Expander adalah ekstensi Chrome yang dikembangkan oleh George Gillams, dan fitur utamanya adalah "Expands Notion Sidebar items to reveal the current page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Notion Sidebar Expander
Unduh file ekstensi Notion Sidebar Expander dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Automatically expands Notion sidebar to reveal the current page
Informasi Dasar Ekstensi
Nama | Notion Sidebar Expander |
ID | bcncpphhpgindiaibcnbhihjkchnanad |
URL Resmi | https://chromewebstore.google.com/detail/notion-sidebar-expander/bcncpphhpgindiaibcnbhihjkchnanad |
Deskripsi | Expands Notion Sidebar items to reveal the current page |
Ukuran File | 9.72 KB |
Jumlah Instalasi | 290 |
Versi Saat Ini | 1.1.2 |
Terakhir Diperbarui | 2023-06-06 |
Tanggal Publikasi | 2022-02-15 |
Penilaian | 3.20/5 Total 5 Penilaian |
Pengembang | George Gillams |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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]" } } } |