Initial

Easily include Google on the homepage with relevant results in your searches.

Wat is Initial?

Initial is een Chrome-extensie ontwikkeld door https://googloc.com, en de belangrijkste functie is "Easily include Google on the homepage with relevant results in your searches.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Initial

Download Initial-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

                        With our extension you can easily include the Google search field as the home page of your internet browser.                    

Basisinformatie over de Extensie

Naam Initial Initial
ID indkpcjdonlhakljicagikchdooafijm
Officiële URL https://chromewebstore.google.com/detail/initial/indkpcjdonlhakljicagikchdooafijm
Beschrijving Easily include Google on the homepage with relevant results in your searches.
Bestandsgrootte 611 KB
Aantal Installaties 2,826
Huidige Versie 2.0
Laatst Bijgewerkt 2024-01-15
Publicatiedatum 2022-08-05
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://googloc.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.googloc.com/politicas
Ondersteunde Talen pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Initial",
    "description": "Easily include Google on the homepage with relevant results in your searches.",
    "version": "2.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/search?*",
                "https:\/\/www.google.com.br\/search?*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "chrome_settings_overrides": {
        "startup_pages": [
            "https:\/\/googloc.com\/google\/"
        ]
    },
    "icons": {
        "16": "imagens\/icon_16px.png",
        "32": "imagens\/icon_32px.png",
        "96": "imagens\/icon_96px.png",
        "48": "imagens\/icon_48px.png",
        "128": "imagens\/icon_128px.png"
    }
}