SEARCH PULSE

Explore the web with our ultimate search engine. The search results are provided by Microsoft Bing.

Cos'è SEARCH PULSE?

SEARCH PULSE è un'estensione di Chrome sviluppata da https://searchpulse.info, e la sua funzione principale è "Explore the web with our ultimate search engine. The search results are provided by Microsoft Bing.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SEARCH PULSE

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

                        Experience the web like never before with Search Pulse, the ultimate search engine. Don't miss out on the power of Search Pulse - download our extension today and redefine your search experience.

✅ By Clicking "Add to Chrome", I accept and agree to installing Search Pulse Extension and set Chrome New Tab search provider to Microsoft Bing, and setting new tab and Default Search to Search Pulse that provided by the service, Terms of Use and Privacy Policy.

Search Pulse Features: 
Attractive New Tab Design with Search Box.

Important Links:
Terms of Use - https://adlunar.com/terms
Privacy Policy - https://adlunar.com/privacy
About Us - https://adlunar.com/#about
Contact Us - https://adlunar.com/#contact                    

Informazioni di Base sull'Estensione

Nome SEARCH PULSE SEARCH PULSE
ID kjdlodidfcbfecbninhjnonpaieodmha
URL Ufficiale https://chromewebstore.google.com/detail/search-pulse/kjdlodidfcbfecbninhjnonpaieodmha
Descrizione Explore the web with our ultimate search engine. The search results are provided by Microsoft Bing.
Dimensione del File 12.53 MB
Conteggio Installazioni 27
Versione Corrente 1.8
Ultimo Aggiornamento 2023-12-19
Data di Pubblicazione 2023-06-27
Valutazione 5.00/5 Totale 24 Valutazioni
Sviluppatore https://searchpulse.info
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://searchpulse.info
URL della Pagina di Aiuto https://adlunar.com/#contact
URL della Pagina della Politica sulla Privacy https://adlunar.com/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SEARCH PULSE",
    "version": "1.8",
    "description": "Explore the web with our ultimate search engine. The search results are provided by Microsoft Bing.",
    "omnibox": {
        "keyword": "searchpulse",
        "description": "Search Pulse"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Search Pulse",
            "keyword": "sp",
            "search_url": "https:\/\/searchpulse.info\/search.php?q={searchTerms}",
            "favicon_url": "https:\/\/searchpulse.info\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    }
}