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はhttps://phind.comによって開発されたChromeの拡張機能で、その主な機能は「Automatically sets your default search engine to phind.com. phind.com is a search engine for software developers. We instantly…」です。
拡張機能のスクリーンショット
phind.com拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } } |