phind.com
Automatically sets your default search engine to phind.com. phind.com is a search engine for software developers. We instantly…
What is phind.com?
phind.com is a Chrome extension developed by https://phind.com, and its main feature is "Automatically sets your default search engine to phind.com. phind.com is a search engine for software developers. We instantly…".
Extension Screenshots
Download phind.com Extension CRX File
Download phind.com extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | phind.com |
ID | cbkjbnfjbjlcpfaengknbfbffabiloab |
Official URL | https://chromewebstore.google.com/detail/phindcom/cbkjbnfjbjlcpfaengknbfbffabiloab |
Description | Automatically sets your default search engine to phind.com. phind.com is a search engine for software developers. We instantly… |
File Size | 3.27 KB |
Installation Count | 6,441 |
Current Version | 1.0.2 |
Last Updated | 2023-02-19 |
Publish Date | 2022-07-26 |
Rating | 4.50/5 Total 14 Ratings |
Developer | https://phind.com |
[email protected] | |
Payment Type | free |
Extension Website | https://phind.com |
Supported Languages | 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" } } |