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…

Cos'è Dark Google?

Dark Google è un'estensione di Chrome sviluppata da erik, e la sua funzione principale è "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 dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Dark Google

Scarica i file di estensione Dark Google in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Dark Google Dark Google
ID famjoclfbocjjgckakacggidokajpfdh
URL Ufficiale https://chrome.google.com/webstore/detail/dark-google/famjoclfbocjjgckakacggidokajpfdh
Descrizione 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…
Dimensione del File 633 KB
Conteggio Installazioni 117
Versione Corrente 1.5
Ultimo Aggiornamento 2019-03-30
Data di Pubblicazione 2019-03-25
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore erik
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://erikswebsites.com/EStyles/FAQ.php
Lingue Supportate 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"
            ]
        }
    ]
}