Format: Dark

Save the eys, darkify

Was ist Format: Dark?

Format: Dark ist eine Chrome-Erweiterung, die von WebGL3D entwickelt wurde, und ihr Hauptmerkmal ist "Save the eys, darkify".

Erweiterungsscreenshots

screenshot

Format: Dark-Erweiterungs-CRX-Datei herunterladen

Laden Sie Format: Dark-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This is really made and tailored just for me. Feel free to check out the source or use it. Do not expect maintenance or feature requests to be fulfilled.
https://github.com/WebGL3D/format-dark                    

Grundlegende Informationen zur Erweiterung

Name Format: Dark Format: Dark
ID cjiacgfhkjlbdpmhnbbkndchhnbpdcid
Offizielle URL https://chromewebstore.google.com/detail/format-dark/cjiacgfhkjlbdpmhnbbkndchhnbpdcid
Beschreibung Save the eys, darkify
Dateigröße 94.92 KB
Installationsanzahl 602
Aktuelle Version 1.1.4
Letztes Update 2021-08-17
Veröffentlichungsdatum 2019-09-07
Bewertung 3.25/5 Insgesamt 12 Bewertungen
Entwickler WebGL3D
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/WebGL3D/format-dark
URL der Datenschutzrichtlinien-Seite https://roblox.plus/about/privacy-policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.4",
    "name": "Format: Dark",
    "short_name": "Format: Dark",
    "description": "Save the eys, darkify",
    "icons": {
        "128": "\/images\/icons\/icon_128x128.png",
        "16": "\/images\/icons\/icon_16x16.png",
        "48": "\/images\/icons\/icon_64x64.png"
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/lib\/ext.js",
                "\/js\/lib\/jquery-3.2.1.min.js",
                "\/js\/lib\/highlight.pack.js",
                "\/js\/lib\/beautify.js",
                "\/js\/lib\/cssbeautify.js",
                "\/js\/themes.js",
                "\/js\/preloadDark.js"
            ],
            "css": [
                "\/css\/output\/page-dark-common.css",
                "\/css\/output\/code\/dark-code.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "\/css\/output\/documentation\/ietf.org.css"
            ],
            "matches": [
                "*:\/\/tools.ietf.org\/html\/*",
                "*:\/\/datatracker.ietf.org\/doc\/html\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "homepage_url": "https:\/\/github.com\/WebGL3D\/format-dark",
    "manifest_version": 2,
    "incognito": "split"
}