Phind Helper

The AI search engine for developers

Phind Helperคืออะไร?

Phind Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SSS และคุณลักษณะหลักของมันคือ "The AI search engine for developers"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Phind Helper

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
            }
        }
    }
}