Confluence Quick Search
Quickly search team knowledge with the press of a button
Confluence Quick Search là gì?
Confluence Quick Search là một tiện ích mở rộng Chrome được phát triển bởi anth0d, và tính năng chính của nó là "Quickly search team knowledge with the press of a button".
Ả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 Confluence Quick Search
Tải xuống các tệp mở rộng Confluence Quick Search 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
Free and open-source add-on to speed up your ability to find information in Confluence. Open a search box using a keyboard shortcut (assigned in chrome://extensions/settings) or type "con" in your browser's omnibox to launch a search in a new tab. No ads!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Confluence Quick Search |
ID | gimcmmlpmjffkpbomagapjhdfbbeldfk |
URL Chính Thức | https://chromewebstore.google.com/detail/confluence-quick-search/gimcmmlpmjffkpbomagapjhdfbbeldfk |
Mô tả | Quickly search team knowledge with the press of a button |
Kích Thước Tệp | 88.69 KB |
Số Lần Cài Đặt | 5,010 |
Phiên Bản Hiện Tại | 2.0.1 |
Cập Nhật Lần Cuối | 2024-02-15 |
Ngày Phát Hành | 2019-11-12 |
Đánh Giá | 4.36/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | anth0d |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/anth0d/confluence-quick-search/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Confluence Quick Search", "short_name": "confluenceqs", "version": "2.0.1", "description": "Quickly search team knowledge with the press of a button", "manifest_version": 3, "action": { "default_icon": { "16": "images\/connie-16.png", "32": "images\/connie-32.png", "48": "images\/connie-48.png", "128": "images\/connie-128.png" }, "default_popup": "action.html", "default_title": "Search Confluence" }, "commands": { "_execute_action": { "description": "Open Confluence Quick Search", "suggested_key": { "windows": "Ctrl+Shift+K", "mac": "Command+Shift+K", "chromeos": "Ctrl+Shift+K", "linux": "Ctrl+Shift+K" }, "global": true } }, "icons": { "16": "images\/connie-16.png", "32": "images\/connie-32.png", "48": "images\/connie-48.png", "128": "images\/connie-128.png" }, "omnibox": { "keyword": "con" }, "permissions": [ "storage" ], "background": { "service_worker": "js\/background.js" }, "minimum_chrome_version": "88", "optional_host_permissions": [ "*:\/\/*\/*" ] } |