Initial

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

Τι είναι το Initial;

Το Initial είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://googloc.com, και η κύρια λειτουργία του είναι "Easily include Google on the homepage with relevant results in your searches.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Initial

Λήψη αρχείων επέκτασης Initial σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Initial Initial
ID indkpcjdonlhakljicagikchdooafijm
Επίσημο URL https://chromewebstore.google.com/detail/initial/indkpcjdonlhakljicagikchdooafijm
Περιγραφή Easily include Google on the homepage with relevant results in your searches.
Μέγεθος Αρχείου 611 KB
Αριθμός Εγκαταστάσεων 2,826
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2024-01-15
Ημερομηνία Δημοσίευσης 2022-08-05
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://googloc.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.googloc.com/politicas
Υποστηριζόμενες Γλώσσες 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"
    }
}