Qt Doc Search

Streamlined documentation search for Qt developers.

什麼是Qt Doc Search?

Qt Doc Search是由JKSH開發的Chrome擴展程式,該擴展的主要功能是“Streamlined documentation search for Qt developers.”。

擴展截圖

screenshot
screenshot
screenshot

下載Qt Doc Search擴展crx文件

下載Qt Doc Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Search the official Qt documentation quickly and effortlessly. You will only get results for your chosen version of Qt, without distractions from unofficial sites or from versions that you're not interested in.

Search directly from Chrome's address bar. Simply type 'q'+'d'+[space] and search away!                    

擴展基本資訊

名稱 Qt Doc Search Qt Doc Search
ID gfigdpnkjnilcielpnmfmdnnbloabjoh
官方網址 https://chromewebstore.google.com/detail/qt-doc-search/gfigdpnkjnilcielpnmfmdnnbloabjoh
簡介 Streamlined documentation search for Qt developers.
檔案大小 31.25 KB
安裝次數 206
目前版本 1.2.3
更新時間 2022-05-20
上架時間 2019-11-24
評分 5.00/5 共 5 次評分
開發者 JKSH
電子郵箱 [email protected]
付費類型 free
擴展官網 https://doc.qt.io/
說明頁面URL https://forum.qt.io/topic/35616/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Qt Doc Search",
    "description": "Streamlined documentation search for Qt developers.",
    "version": "1.2.3",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "qd"
    }
}