Notion Search Assistant
Notion search assistant will display relevant search result upon a search on configured search engine
Notion Search Assistant là gì?
Notion Search Assistant là một tiện ích mở rộng Chrome được phát triển bởi datnguyen5653, và tính năng chính của nó là "Notion search assistant will display relevant search result upon a search on configured search engine".
Ả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 Search Assistant
Tải xuống các tệp mở rộng Notion Search Assistant 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
Notion search assistant will display relevant search result upon a search on configured search engine
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Notion Search Assistant |
ID | hohdpkcejanbipifiggebdnbfglcjjin |
URL Chính Thức | https://chromewebstore.google.com/detail/notion-search-assistant/hohdpkcejanbipifiggebdnbfglcjjin |
Mô tả | Notion search assistant will display relevant search result upon a search on configured search engine |
Kích Thước Tệp | 261 KB |
Số Lần Cài Đặt | 905 |
Phiên Bản Hiện Tại | 0.7.0 |
Cập Nhật Lần Cuối | 2021-11-08 |
Ngày Phát Hành | 2021-10-23 |
Đánh Giá | 4.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | datnguyen5653 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "", "version": "0.7.0", "__DEV__": false, "name": "Notion Search Assistant", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting", "webNavigation", "cookies", "webRequest" ], "web_accessible_resources": [ { "resources": [ "popup.html" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "64": "\/images\/notion-search-assistant-64.png", "128": "\/images\/notion-search-assistant-128.png", "256": "\/images\/notion-search-assistant-256.png" } }, "icons": { "64": "\/images\/notion-search-assistant-64.png", "128": "\/images\/notion-search-assistant-128.png", "256": "\/images\/notion-search-assistant-256.png" }, "options_page": "options.html", "content_scripts": [], "host_permissions": [ "*:\/\/*\/*" ] } |