Qt Doc Search
Streamlined documentation search for Qt developers.
Qu'est-ce que Qt Doc Search ?
Qt Doc Search est une extension Chrome développée par JKSH, et sa fonction principale est "Streamlined documentation search for Qt developers.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Qt Doc Search
Téléchargez les fichiers d'extension Qt Doc Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Qt Doc Search |
ID | gfigdpnkjnilcielpnmfmdnnbloabjoh |
URL Officiel | https://chromewebstore.google.com/detail/qt-doc-search/gfigdpnkjnilcielpnmfmdnnbloabjoh |
Description | Streamlined documentation search for Qt developers. |
Taille du Fichier | 31.25 KB |
Nombre d'Installations | 206 |
Version Actuelle | 1.2.3 |
Dernière Mise à Jour | 2022-05-20 |
Date de Publication | 2019-11-24 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | JKSH |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://doc.qt.io/ |
URL de la Page d'Aide | https://forum.qt.io/topic/35616/ |
Langues Prises en Charge | 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" } } |