Qt Doc Search
Streamlined documentation search for Qt developers.
Wat is Qt Doc Search?
Qt Doc Search is een Chrome-extensie ontwikkeld door JKSH, en de belangrijkste functie is "Streamlined documentation search for Qt developers.".
Extensie Screenshots
Download het CRX-bestand van de extensie Qt Doc Search
Download Qt Doc Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Qt Doc Search |
ID | gfigdpnkjnilcielpnmfmdnnbloabjoh |
Officiële URL | https://chromewebstore.google.com/detail/qt-doc-search/gfigdpnkjnilcielpnmfmdnnbloabjoh |
Beschrijving | Streamlined documentation search for Qt developers. |
Bestandsgrootte | 31.25 KB |
Aantal Installaties | 206 |
Huidige Versie | 1.2.3 |
Laatst Bijgewerkt | 2022-05-20 |
Publicatiedatum | 2019-11-24 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | JKSH |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://doc.qt.io/ |
Help Pagina-URL | https://forum.qt.io/topic/35616/ |
Ondersteunde Talen | 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" } } |