Notion Sidebar Expander
Expands Notion Sidebar items to reveal the current page
Notion Sidebar Expander là gì?
Notion Sidebar Expander là một tiện ích mở rộng Chrome được phát triển bởi George Gillams, và tính năng chính của nó là "Expands Notion Sidebar items to reveal the current page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Notion Sidebar Expander
Tải xuống các tệp mở rộng Notion Sidebar Expander 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
Automatically expands Notion sidebar to reveal the current page
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Notion Sidebar Expander |
ID | bcncpphhpgindiaibcnbhihjkchnanad |
URL Chính Thức | https://chromewebstore.google.com/detail/notion-sidebar-expander/bcncpphhpgindiaibcnbhihjkchnanad |
Mô tả | Expands Notion Sidebar items to reveal the current page |
Kích Thước Tệp | 9.72 KB |
Số Lần Cài Đặt | 290 |
Phiên Bản Hiện Tại | 1.1.2 |
Cập Nhật Lần Cuối | 2023-06-06 |
Ngày Phát Hành | 2022-02-15 |
Đánh Giá | 3.20/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | George Gillams |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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]" } } } |