Docs Dark 2.0

Dark Theme for Docs with high contrast!

Cos'è Docs Dark 2.0?

Docs Dark 2.0 è un'estensione di Chrome sviluppata da Ameya Lambat, e la sua funzione principale è "Dark Theme for Docs with high contrast!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Docs Dark 2.0

Scarica i file di estensione Docs Dark 2.0 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

                        Dark Theme 2.0 with improved UI and higher contrast for Docs.

Users can view their document with the background in high contrast dark mode that makes the experience easy on the eyes and keeps the document untouched!


V 0.0.13                    

Informazioni di Base sull'Estensione

Nome Docs Dark 2.0 Docs Dark 2.0
ID djmmkojigpkdagglmjjdjiddopgdchcn
URL Ufficiale https://chromewebstore.google.com/detail/docs-dark-20/djmmkojigpkdagglmjjdjiddopgdchcn
Descrizione Dark Theme for Docs with high contrast!
Dimensione del File 24.93 KB
Conteggio Installazioni 799
Versione Corrente 0.0.13
Ultimo Aggiornamento 2022-09-25
Data di Pubblicazione 2022-09-25
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Ameya Lambat
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Docs Dark 2.0",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/document\/*"
            ]
        }
    ],
    "description": "Dark Theme for Docs with high contrast!",
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "storage"
    ],
    "version": "0.0.13",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "resources": [
                "css\/dark_theme.css"
            ]
        }
    ],
    "manifest_version": 3
}