phind.com

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

Cos'è phind.com?

phind.com è un'estensione di Chrome sviluppata da https://phind.com, e la sua funzione principale è "Automatically sets your default search engine to phind.com. phind.com is a search engine for software developers. We instantly…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione phind.com

Scarica i file di estensione phind.com in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome phind.com phind.com
ID cbkjbnfjbjlcpfaengknbfbffabiloab
URL Ufficiale https://chromewebstore.google.com/detail/phindcom/cbkjbnfjbjlcpfaengknbfbffabiloab
Descrizione Automatically sets your default search engine to phind.com. phind.com is a search engine for software developers. We instantly…
Dimensione del File 3.27 KB
Conteggio Installazioni 6,441
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-02-19
Data di Pubblicazione 2022-07-26
Valutazione 4.50/5 Totale 14 Valutazioni
Sviluppatore https://phind.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://phind.com
Lingue Supportate 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"
    }
}