C/C++ Search Extension

The ultimate search extension for C/C++

C/C++ Search Extension là gì?

C/C++ Search Extension là một tiện ích mở rộng Chrome được phát triển bởi https://huhu.io, và tính năng chính của nó là "The ultimate search extension for C/C++".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng C/C++ Search Extension

Tải xuống các tệp mở rộng C/C++ Search Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên C/C++ Search Extension C/C++ Search Extension
ID ifpcmhciihicaljnhgobnhoehoabidhd
URL Chính Thức https://chromewebstore.google.com/detail/cc++-search-extension/ifpcmhciihicaljnhgobnhoehoabidhd
Mô tả The ultimate search extension for C/C++
Kích Thước Tệp 324 KB
Số Lần Cài Đặt 3,072
Phiên Bản Hiện Tại 0.4.0
Cập Nhật Lần Cuối 2023-07-30
Ngày Phát Hành 2020-09-30
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://huhu.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://cpp.extension.sh
URL Trang Trợ Giúp https://cpp.extension.sh/privacy
URL Trang Chính Sách Bảo Mật https://huhu.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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": []
}