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++"입니다.
확장 프로그램 스크린샷
C/C++ Search Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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": [] } |