Notion SidePanel
When you open a Database item in Notion, it will appear in the sidepanel.
Notion SidePanelคืออะไร?
Notion SidePanel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย baku และคุณลักษณะหลักของมันคือ "When you open a Database item in Notion, it will appear in the sidepanel."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notion SidePanel
ดาวน์โหลดไฟล์ส่วนขยาย Notion SidePanel ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Now that Notion has added similar functionality, you no longer need to install this extension! Thank you! When using Notion's database, you can refer to other items while editing. == Features == - You can browse the list while editing items in the Notion database. - Highlight the currently open item. == Feedback and bug reports == We welcome feature improvement requests and bug reports! Please contact us at the address below! https://github.com/sahksas/notion_sidepanel
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Notion SidePanel |
ID | aiplpnkcpmheennhbmojmmalmigjkheh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/notion-sidepanel/aiplpnkcpmheennhbmojmmalmigjkheh |
คำอธิบาย | When you open a Database item in Notion, it will appear in the sidepanel. |
ขนาดไฟล์ | 648 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 1.2.1 |
อัปเดตครั้งล่าสุด | 2023-01-21 |
วันที่เผยแพร่ | 2022-07-07 |
ผู้พัฒนา | baku |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/sahksas/notion_sidepanel |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Notion SidePanel", "description": "When you open a Database item in Notion, it will appear in the sidepanel.", "version": "1.2.1", "options_ui": { "page": "options.html" }, "action": { "default_icon": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" } }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/*.notion.so\/*" ], "js": [ "js\/content_script.js" ] } ], "permissions": [ "storage" ] } |