CustomizedSearch

Your Customized Search Engine

Cos'è CustomizedSearch?

CustomizedSearch è un'estensione di Chrome sviluppata da Ganobiz, e la sua funzione principale è "Your Customized Search Engine".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CustomizedSearch

Scarica i file di estensione CustomizedSearch 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

                        Get you customized search engine with unique features such as network connectivity and battery charge percentage.
Each new tab get you a new view.

By clicking "Add to chrome", I accept and agree to installing the CustomizedSearch extension and setting Chrome™ New Tab search provided by Bing.

Terms of Use at: https://www.ganobiz.net/terms.html 
Privacy Policy at: https://www.ganobiz.net/ppolicy.html                    

Informazioni di Base sull'Estensione

Nome CustomizedSearch CustomizedSearch
ID gpeldcoflljeoadddjjhijdcaefafaff
URL Ufficiale https://chromewebstore.google.com/detail/customizedsearch/gpeldcoflljeoadddjjhijdcaefafaff
Descrizione Your Customized Search Engine
Dimensione del File 58.45 KB
Conteggio Installazioni 1,001
Versione Corrente 1.3
Ultimo Aggiornamento 2023-04-17
Data di Pubblicazione 2022-10-05
Sviluppatore Ganobiz
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.ganobiz.net/ppolicy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CustomizedSearch",
    "description": "Your Customized Search Engine",
    "version": "1.3",
    "chrome_url_overrides": {
        "newtab": "newpage.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}