Phind Helper

The AI search engine for developers

什麼是Phind Helper?

Phind Helper是由SSS開發的Chrome擴展程式,該擴展的主要功能是“The AI search engine for developers”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 Phind Helper
ID cfalhpnbecfinbndpkfdpcoiojpalbfj
官方網址 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"
            }
        }
    }
}