Qt Doc Search

Streamlined documentation search for Qt developers.

Was ist Qt Doc Search?

Qt Doc Search ist eine Chrome-Erweiterung, die von JKSH entwickelt wurde, und ihr Hauptmerkmal ist "Streamlined documentation search for Qt developers.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Qt Doc Search-Erweiterungs-CRX-Datei herunterladen

Laden Sie Qt Doc Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Qt Doc Search Qt Doc Search
ID gfigdpnkjnilcielpnmfmdnnbloabjoh
Offizielle URL https://chromewebstore.google.com/detail/qt-doc-search/gfigdpnkjnilcielpnmfmdnnbloabjoh
Beschreibung Streamlined documentation search for Qt developers.
Dateigröße 31.25 KB
Installationsanzahl 206
Aktuelle Version 1.2.3
Letztes Update 2022-05-20
Veröffentlichungsdatum 2019-11-24
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler JKSH
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://doc.qt.io/
Hilfeseite URL https://forum.qt.io/topic/35616/
Unterstützte Sprachen 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"
    }
}