Notion Sidebar Expander
Expands Notion Sidebar items to reveal the current page
Notion Sidebar Expanderคืออะไร?
Notion Sidebar Expander เป็นส่วนขยายของ Chrome ที่พัฒนาโดย George Gillams และคุณลักษณะหลักของมันคือ "Expands Notion Sidebar items to reveal the current page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notion Sidebar Expander
ดาวน์โหลดไฟล์ส่วนขยาย Notion Sidebar Expander ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Automatically expands Notion sidebar to reveal the current page
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Notion Sidebar Expander |
ID | bcncpphhpgindiaibcnbhihjkchnanad |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/notion-sidebar-expander/bcncpphhpgindiaibcnbhihjkchnanad |
คำอธิบาย | Expands Notion Sidebar items to reveal the current page |
ขนาดไฟล์ | 9.72 KB |
จำนวนการติดตั้ง | 290 |
เวอร์ชันปัจจุบัน | 1.1.2 |
อัปเดตครั้งล่าสุด | 2023-06-06 |
วันที่เผยแพร่ | 2022-02-15 |
คะแนน | 3.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | George Gillams |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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]" } } } |