C/C++ Search Extension

The ultimate search extension for C/C++

什么是C/C++ Search Extension?

C/C++ Search Extension是由https://huhu.io开发的Chrome扩展程序,该扩展的主要功能是“The ultimate search extension for C/C++”。

扩展截图

screenshot
screenshot

下载C/C++ Search Extension扩展crx文件

下载C/C++ Search Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 C/C++ Search Extension C/C++ Search Extension
ID ifpcmhciihicaljnhgobnhoehoabidhd
官方URL https://chromewebstore.google.com/detail/cc++-search-extension/ifpcmhciihicaljnhgobnhoehoabidhd
简介 The ultimate search extension for C/C++
文件大小 324 KB
安装次数 3,072
当前版本 0.4.0
更新时间 2023-07-30
上架时间 2020-09-30
评分 5.00/5 共7次评分
开发者 https://huhu.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://cpp.extension.sh
帮助页面URL https://cpp.extension.sh/privacy
隐私政策页面URL https://huhu.io/privacy
支持的语言 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": []
}