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
Eメール [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": []
}