Notion SidePanel

When you open a Database item in Notion, it will appear in the sidepanel.

Notion SidePanel là gì?

Notion SidePanel là một tiện ích mở rộng Chrome được phát triển bởi baku, và tính năng chính của nó là "When you open a Database item in Notion, it will appear in the sidepanel.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Notion SidePanel

Tải xuống các tệp mở rộng Notion SidePanel dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Notion SidePanel Notion SidePanel
ID aiplpnkcpmheennhbmojmmalmigjkheh
URL Chính Thức https://chromewebstore.google.com/detail/notion-sidepanel/aiplpnkcpmheennhbmojmmalmigjkheh
Mô tả When you open a Database item in Notion, it will appear in the sidepanel.
Kích Thước Tệp 648 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2023-01-21
Ngày Phát Hành 2022-07-07
Nhà Phát Triển baku
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/sahksas/notion_sidepanel
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}