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
官方URL 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"
    }
}