Confluence Quick Search
Quickly search team knowledge with the press of a button
什麼是Confluence Quick Search?
Confluence Quick Search是由anth0d開發的Chrome擴展程式,該擴展的主要功能是“Quickly search team knowledge with the press of a button”。
擴展截圖
下載Confluence Quick Search擴展crx文件
下載Confluence Quick Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | Confluence Quick Search |
ID | gimcmmlpmjffkpbomagapjhdfbbeldfk |
官方網址 | https://chromewebstore.google.com/detail/confluence-quick-search/gimcmmlpmjffkpbomagapjhdfbbeldfk |
簡介 | Quickly search team knowledge with the press of a button |
檔案大小 | 88.69 KB |
安裝次數 | 5,010 |
目前版本 | 2.0.1 |
更新時間 | 2024-02-15 |
上架時間 | 2019-11-12 |
評分 | 4.36/5 共 11 次評分 |
開發者 | anth0d |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://github.com/anth0d/confluence-quick-search/issues |
支援的語言 | 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": [ "*:\/\/*\/*" ] } |