https://github.com/huhu/cpp-search-extension
The ultimate search extension for C/C++
https://github.com/huhu/cpp-search-extension
c chrome-extension cpp cppreference edge-extension firefox-extension
Last synced: 9 months ago
JSON representation
The ultimate search extension for C/C++
- Host: GitHub
- URL: https://github.com/huhu/cpp-search-extension
- Owner: huhu
- License: apache-2.0
- Created: 2020-05-22T02:43:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-19T13:18:26.000Z (10 months ago)
- Last Synced: 2025-03-30T05:05:34.633Z (9 months ago)
- Topics: c, chrome-extension, cpp, cppreference, edge-extension, firefox-extension
- Language: JavaScript
- Homepage: https://cpp.extension.sh
- Size: 3.7 MB
- Stars: 98
- Watchers: 3
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# C/C++ Search Extension

### The ultimate search extension for C/C++.



[](https://github.com/huhu/rust-search-extension/blob/master/LICENSE-MIT)
[](https://github.com/huhu/cpp-search-extension/blob/master/LICENSE)
[](https://discord.gg/xucZNVd)
[https://cpp.extension.sh/](https://cpp.extension.sh/)
## Installation
- [Chrome Web Store](https://chrome.google.com/webstore/detail/cc++-search-extension/ifpcmhciihicaljnhgobnhoehoabidhd)
- [Firefox](https://addons.mozilla.org/en-US/firefox/addon/c-c-search-extension/)
- [Microsoft Edge](https://microsoftedge.microsoft.com/addons/detail/ffajabficigcddnckikojejmkammkmpe)
## 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.
## Contribution
[jsonnet](https://jsonnet.org/) is required before getting started. To install `jsonnet`, please check `jsonnet`'s [README](https://github.com/google/jsonnet#packages). For Linux users, the `snap` is a good choice to [install jsonnet](https://snapcraft.io/install/jsonnet/ubuntu).
```bash
$ git clone --recursive https://github.com/huhu/cpp-search-extension
Cloning into 'cpp-search-extension'...
$ cd cpp-search-extension
$ make chrome # For Chrome version
$ make firefox # For Firefox version
$ make edge # For Edge version
```
## Get involved
- You can contact us on Discord Channel: https://discord.gg/xucZNVd