Qt Doc Search

Streamlined documentation search for Qt developers.

What is Qt Doc Search?

Qt Doc Search is a Chrome extension developed by JKSH, and its main feature is "Streamlined documentation search for Qt developers.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Qt Doc Search Extension CRX File

Download Qt Doc Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Qt Doc Search Qt Doc Search
ID gfigdpnkjnilcielpnmfmdnnbloabjoh
Official URL https://chromewebstore.google.com/detail/qt-doc-search/gfigdpnkjnilcielpnmfmdnnbloabjoh
Description Streamlined documentation search for Qt developers.
File Size 31.25 KB
Installation Count 206
Current Version 1.2.3
Last Updated 2022-05-20
Publish Date 2019-11-24
Rating 5.00/5 Total 5 Ratings
Developer JKSH
Email [email protected]
Payment Type free
Extension Website https://doc.qt.io/
Help Page URL https://forum.qt.io/topic/35616/
Supported Languages 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"
    }
}