send dark

send dark is a dark mode for simple web pages

Cos'è send dark?

send dark è un'estensione di Chrome sviluppata da homerpthompsonggdd, e la sua funzione principale è "send dark is a dark mode for simple web pages".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione send dark

Scarica i file di estensione send dark 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

                        put dark on web page using this send dark mode tool
1)open web page example: lipsum.com
2)click on extension icon to turn on dark mode                    

Informazioni di Base sull'Estensione

Nome send dark send dark
ID bfodncccfimahfcnpladjjiakmfmnoad
URL Ufficiale https://chrome.google.com/webstore/detail/send-dark/bfodncccfimahfcnpladjjiakmfmnoad
Descrizione send dark is a dark mode for simple web pages
Dimensione del File 36.45 KB
Conteggio Installazioni 3,000
Versione Corrente 0.1
Ultimo Aggiornamento 2022-02-11
Data di Pubblicazione 2022-02-11
Sviluppatore homerpthompsonggdd
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "send dark",
    "version": "0.1",
    "manifest_version": 3,
    "description": "send dark is a dark mode for simple web pages",
    "action": {
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}