Initial
Easily include Google on the homepage with relevant results in your searches.
Hvad er Initial?
Initial er en Chrome-udvidelse udviklet af https://googloc.com, og dens hovedfunktion er "Easily include Google on the homepage with relevant results in your searches.".
Udvidelsesskærmbilleder
Download Initial-udvidelses-CRX-fil
Download Initial-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        With our extension you can easily include the Google search field as the home page of your internet browser.                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | indkpcjdonlhakljicagikchdooafijm | 
| Officiel URL | https://chromewebstore.google.com/detail/initial/indkpcjdonlhakljicagikchdooafijm | 
| Beskrivelse | Easily include Google on the homepage with relevant results in your searches. | 
| Filstørrelse | 611 KB | 
| Antal Installationer | 2,826 | 
| Nuværende Version | 2.0 | 
| Senest Opdateret | 2024-01-15 | 
| Udgivelsesdato | 2022-08-05 | 
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser | 
| Udvikler | https://googloc.com | 
| [email protected] | |
| Betalingsmetode | free | 
| URL til Fortrolighedspolitik Side | https://www.googloc.com/politicas | 
| Understøttede Sprog | 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"
    }
}  |  |