C/C++ Search Extension

The ultimate search extension for C/C++

What is C/C++ Search Extension?

C/C++ Search Extension is a Chrome extension developed by https://huhu.io, and its main feature is "The ultimate search extension for C/C++".

Extension Screenshots

screenshot
screenshot

Download C/C++ Search Extension Extension CRX File

Download C/C++ Search Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name C/C++ Search Extension C/C++ Search Extension
ID ifpcmhciihicaljnhgobnhoehoabidhd
Official URL https://chromewebstore.google.com/detail/cc++-search-extension/ifpcmhciihicaljnhgobnhoehoabidhd
Description The ultimate search extension for C/C++
File Size 324 KB
Installation Count 3,072
Current Version 0.4.0
Last Updated 2023-07-30
Publish Date 2020-09-30
Rating 5.00/5 Total 7 Ratings
Developer https://huhu.io
Email [email protected]
Payment Type free
Extension Website https://cpp.extension.sh
Help Page URL https://cpp.extension.sh/privacy
Privacy Policy Page URL https://huhu.io/privacy
Supported Languages 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": []
}