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」です。

拡張機能のスクリーンショット

screenshot

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 Confluence Quick Search
ID gimcmmlpmjffkpbomagapjhdfbbeldfk
公式URL 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
Eメール [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": [
        "*:\/\/*\/*"
    ]
}