Dark Google

Dear Client, Welcome to Dark Google! No this is not the dark web, even better than that! It is Google Dark Theme! We got bored of…

Τι είναι το Dark Google;

Το Dark Google είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον erik, και η κύρια λειτουργία του είναι "Dear Client, Welcome to Dark Google! No this is not the dark web, even better than that! It is Google Dark Theme! We got bored of…".

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

screenshot
screenshot

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

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

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

                        Dear Client,
Welcome to Dark Google!

No this is not the dark web, even better than that! It is Google Dark Theme! 
We got bored of Old Light Themed Google. And so did you! 

Research shows that white light on pixels takes up more energy to produce than black pixels, which makes this extension more Eco-Friendly, and more battery saving.

Dark Google also has also implemented more colors onto it, which makes google look more visually appealing to the eye. Dark Google is also stable for other chrome extensions which interfere with google, such as Britannica Insights.

This Extension, although it is aimed for making google dark themed, it has some special code written for other websites as well. Dark Google has a little header section on each site, giving you permission to edit some code of the site and some in built features to edit the site without code!

This product is constantly being updated, to be compatible with more websites, but unfortunately, the extension is not 100% stable for google yet.                    

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

Όνομα Dark Google Dark Google
ID famjoclfbocjjgckakacggidokajpfdh
Επίσημο URL https://chrome.google.com/webstore/detail/dark-google/famjoclfbocjjgckakacggidokajpfdh
Περιγραφή Dear Client, Welcome to Dark Google! No this is not the dark web, even better than that! It is Google Dark Theme! We got bored of…
Μέγεθος Αρχείου 633 KB
Αριθμός Εγκαταστάσεων 117
Τρέχουσα Έκδοση 1.5
Τελευταία Ενημέρωση 2019-03-30
Ημερομηνία Δημοσίευσης 2019-03-25
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής erik
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://erikswebsites.com/EStyles/FAQ.php
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Google",
    "author": "ESource 2.0",
    "version": "1.5",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}