C/C++ Search Extension
The ultimate search extension for C/C++
Wat is C/C++ Search Extension?
C/C++ Search Extension is een Chrome-extensie ontwikkeld door https://huhu.io, en de belangrijkste functie is "The ultimate search extension for C/C++".
Extensie Screenshots
Download het CRX-bestand van de extensie C/C++ Search Extension
Download C/C++ Search Extension-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
The ultimate search extension for C/C++. https://cpp.extension.sh ⭐️ Features - Search standard library docs - Offline mode supported - Builtin commands (:header, :posix and :history etc) ⭐️ How to use it Input keyword cc in the address bar, press Space to activate the search bar. Then enter any word you want to search, the extension will response the related search results instantly.
Basisinformatie over de Extensie
Naam | C/C++ Search Extension |
ID | ifpcmhciihicaljnhgobnhoehoabidhd |
Officiële URL | https://chromewebstore.google.com/detail/cc++-search-extension/ifpcmhciihicaljnhgobnhoehoabidhd |
Beschrijving | The ultimate search extension for C/C++ |
Bestandsgrootte | 324 KB |
Aantal Installaties | 3,072 |
Huidige Versie | 0.4.0 |
Laatst Bijgewerkt | 2023-07-30 |
Publicatiedatum | 2020-09-30 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | https://huhu.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://cpp.extension.sh |
Help Pagina-URL | https://cpp.extension.sh/privacy |
URL van de Privacybeleid Pagina | https://huhu.io/privacy |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": [], "background": { "service_worker": "service-worker.js" }, "content_scripts": [], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "description": "The ultimate search extension for C\/C++", "icons": { "128": "logo.png", "16": "logo.png", "48": "logo.png" }, "manifest_version": 3, "name": "C\/C++ Search Extension", "omnibox": { "keyword": "cc" }, "options_ui": { "open_in_tab": true, "page": "popup\/index.html" }, "permissions": [ "storage", "unlimitedStorage" ], "version": "0.4.0", "web_accessible_resources": [] } |