Phind Helper
The AI search engine for developers
什么是Phind Helper?
Phind Helper是由SSS开发的Chrome扩展程序,该扩展的主要功能是“The AI search engine for developers”。
扩展截图
下载Phind Helper扩展crx文件
下载Phind Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } } } |