Qt Doc Search
Streamlined documentation search for Qt developers.
Vad är Qt Doc Search?
Qt Doc Search är en Chrome-tillägg utvecklad av JKSH, och dess huvudfunktion är "Streamlined documentation search for Qt developers.".
Tilläggsskärmbilder
Ladda ner Qt Doc Search-förlängningens CRX-fil
Ladda ner Qt Doc Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Qt Doc Search |
ID | gfigdpnkjnilcielpnmfmdnnbloabjoh |
Officiell webbadress | https://chromewebstore.google.com/detail/qt-doc-search/gfigdpnkjnilcielpnmfmdnnbloabjoh |
Beskrivning | Streamlined documentation search for Qt developers. |
Filstorlek | 31.25 KB |
Antal Installationer | 206 |
Aktuell Version | 1.2.3 |
Senast Uppdaterad | 2022-05-20 |
Publiceringsdatum | 2019-11-24 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | JKSH |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://doc.qt.io/ |
Hjälpsida URL | https://forum.qt.io/topic/35616/ |
Stödda Språk | 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" } } |