Dark Documents

A dark theme for the following file extensions: txt, json, xml, csv, jpg, jpeg, png, css and js.

Cos'è Dark Documents?

Dark Documents è un'estensione di Chrome sviluppata da https://richpages.de, e la sua funzione principale è "A dark theme for the following file extensions: txt, json, xml, csv, jpg, jpeg, png, css and js.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Dark Documents

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

                        Update 1.1: Added support for local files and the file extension json.                    

Informazioni di Base sull'Estensione

Nome Dark Documents Dark Documents
ID oleelfmhjedokhkmhpojfjgpcpgncgap
URL Ufficiale https://chrome.google.com/webstore/detail/dark-documents/oleelfmhjedokhkmhpojfjgpcpgncgap
Descrizione A dark theme for the following file extensions: txt, json, xml, csv, jpg, jpeg, png, css and js.
Dimensione del File 221 KB
Conteggio Installazioni 844
Versione Corrente 1.1
Ultimo Aggiornamento 2014-12-04
Data di Pubblicazione 2014-12-04
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://richpages.de
Tipo di Pagamento free
Sito Web dell'Estensione https://richpages.de/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dark Documents",
    "description": "A dark theme for the following file extensions: txt, json, xml, csv, jpg, jpeg, png, css and js.",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*.json",
                "*:\/\/*\/*.txt",
                "*:\/\/*\/*.xml",
                "*:\/\/*\/*.csv",
                "*:\/\/*\/*.jpg",
                "*:\/\/*\/*.jpeg",
                "*:\/\/*\/*.png",
                "*:\/\/*\/*.css",
                "*:\/\/*\/*.js",
                "file:\/\/\/*.json",
                "file:\/\/\/*.txt",
                "file:\/\/\/*.xml",
                "file:\/\/\/*.csv",
                "file:\/\/\/*.jpg",
                "file:\/\/\/*.jpeg",
                "file:\/\/\/*.png",
                "file:\/\/\/*.css",
                "file:\/\/\/*.js"
            ],
            "css": [
                "css.css"
            ]
        }
    ]
}