Initial

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

Co to jest Initial?

Initial to rozszerzenie Chrome opracowane przez https://googloc.com, a jego główną funkcją jest „Easily include Google on the homepage with relevant results in your searches.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Initial

Pobierz pliki rozszerzeń Initial w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Initial Initial
ID indkpcjdonlhakljicagikchdooafijm
Oficjalny URL https://chromewebstore.google.com/detail/initial/indkpcjdonlhakljicagikchdooafijm
Opis Easily include Google on the homepage with relevant results in your searches.
Rozmiar pliku 611 KB
Liczba instalacji 2,826
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2024-01-15
Data Publikacji 2022-08-05
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://googloc.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.googloc.com/politicas
Obsługiwane Języki 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"
    }
}