Goggle

Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…

Τι είναι το Goggle;

Το Goggle είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον meepy314, και η κύρια λειτουργία του είναι "Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension for you! Just install the extension and click on the icon change the Google logo on that computer!                    

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

Όνομα Goggle Goggle
ID heklcfopgcknmiegnkeaoiaecamnhdlp
Επίσημο URL https://chromewebstore.google.com/detail/goggle/heklcfopgcknmiegnkeaoiaecamnhdlp
Περιγραφή Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…
Μέγεθος Αρχείου 28.28 KB
Αριθμός Εγκαταστάσεων 3,402
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2017-03-28
Ημερομηνία Δημοσίευσης 2017-03-28
Αξιολόγηση 3.00/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής meepy314
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Goggle",
    "version": "1.1",
    "options_page": "options.html",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "ProductSans.ttf"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}