Format: Dark

Save the eys, darkify

Format: Dark क्या है?

Format: Dark WebGL3D द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save the eys, darkify"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Format: Dark एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Format: Dark Format: Dark
ID cjiacgfhkjlbdpmhnbbkndchhnbpdcid
आधिकारिक URL https://chromewebstore.google.com/detail/format-dark/cjiacgfhkjlbdpmhnbbkndchhnbpdcid
विवरण Save the eys, darkify
फ़ाइल का आकार 94.92 KB
स्थापना संख्या 602
वर्तमान संस्करण 1.1.4
अंतिम अपडेट 2021-08-17
प्रकाशन तिथि 2019-09-07
रेटिंग 3.25/5 कुल 12 रेटिंग्स
डेवलपर WebGL3D
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/WebGL3D/format-dark
गोपनीयता नीति पृष्ठ URL https://roblox.plus/about/privacy-policy
समर्थित भाषाएँ 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"
}