phind.com
Automatically sets your default search engine to phind.com. phind.com is a search engine for software developers. We instantly…
phind.comคืออะไร?
phind.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://phind.com และคุณลักษณะหลักของมันคือ "Automatically sets your default search engine to phind.com. phind.com is a search engine for software developers. We instantly…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย phind.com
ดาวน์โหลดไฟล์ส่วนขยาย phind.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Automatically sets your default search engine to phind.com. phind.com is a search engine for software developers. We instantly answer developers’ technical questions with simple explanations and relevant code snippets from the web. phind.com is powered by large AI language models that generate answers based on information from multiple sources.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | phind.com |
ID | cbkjbnfjbjlcpfaengknbfbffabiloab |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/phindcom/cbkjbnfjbjlcpfaengknbfbffabiloab |
คำอธิบาย | Automatically sets your default search engine to phind.com. phind.com is a search engine for software developers. We instantly… |
ขนาดไฟล์ | 3.27 KB |
จำนวนการติดตั้ง | 6,441 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2023-02-19 |
วันที่เผยแพร่ | 2022-07-26 |
คะแนน | 4.50/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | https://phind.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://phind.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "phind.com", "manifest_version": 3, "version": "1.0.2", "chrome_settings_overrides": { "search_provider": { "is_default": true, "name": "phind.com", "search_url": "https:\/\/phind.com\/search\/?q={searchTerms}&fromExtension=true", "keyword": "phind", "encoding": "UTF-8", "favicon_url": "https:\/\/phind.com\/images\/favicon.png" } }, "background": { "service_worker": "background.js" } } |