Phind Helper
The AI search engine for developers
Phind Helper란 무엇입니까?
Phind Helper은(는) SSS에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The AI search engine for developers"입니다.
확장 프로그램 스크린샷
Phind Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Are you tired of scrolling through endless search results to find the information you need for your software development projects? Look no further than www.phind.com. This innovative AI tool is specifically designed for developers, providing a smarter, more advanced search experience than ever before. With this search engine, developers can access millions of relevant web pages, code repositories, and forums, all in one user-friendly interface. Phind's state-of-the-art AI algorithm analyzes, sorts and filters results based on accuracy, relevance, and real-time trends, saving developers time, frustration, and improving their efficiency. Whether you're a seasoned programmer or a newbie developer, phind.com is the ultimate tool for finding solutions to your coding problems. This tool is an indispensable asset for any developer looking to improve their productivity, accuracy, and efficiency. Here's to writing better code, faster!
확장 프로그램 기본 정보
이름 | Phind Helper |
ID | cfalhpnbecfinbndpkfdpcoiojpalbfj |
공식 URL | https://chromewebstore.google.com/detail/phind-helper/cfalhpnbecfinbndpkfdpcoiojpalbfj |
설명 | The AI search engine for developers |
파일 크기 | 384 KB |
설치 횟수 | 54 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2023-03-08 |
출시 날짜 | 2023-03-06 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | SSS |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://templ.vercel.app |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Phind Helper", "version": "0.0.2", "manifest_version": 3, "description": "The AI search engine for developers", "icons": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "64": "assets\/icons\/icon64.png", "128": "assets\/icons\/icon128.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_popup": "index.html" }, "host_permissions": [ "https:\/\/*.phind.com\/" ], "commands": { "_execute_action": { "suggested_key": { "default": "Alt+Shift+P", "mac": "MacCtrl+Command+P" } } } } |