phind.com

Automatically sets your default search engine to phind.com. phind.com is a search engine for software developers. We instantly…

Wat is phind.com?

phind.com is een Chrome-extensie ontwikkeld door https://phind.com, en de belangrijkste functie is "Automatically sets your default search engine to phind.com. phind.com is a search engine for software developers. We instantly…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie phind.com

Download phind.com-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam phind.com phind.com
ID cbkjbnfjbjlcpfaengknbfbffabiloab
Officiële URL https://chromewebstore.google.com/detail/phindcom/cbkjbnfjbjlcpfaengknbfbffabiloab
Beschrijving Automatically sets your default search engine to phind.com. phind.com is a search engine for software developers. We instantly…
Bestandsgrootte 3.27 KB
Aantal Installaties 6,441
Huidige Versie 1.0.2
Laatst Bijgewerkt 2023-02-19
Publicatiedatum 2022-07-26
Beoordeling 4.50/5 Totaal 14 Beoordelingen
Ontwikkelaar https://phind.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://phind.com
Ondersteunde Talen 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"
    }
}