GitHub Dark Theme

A Dark theme for all of GitHub based on Atom One Dark.

GitHub Dark Theme क्या है?

GitHub Dark Theme LP Luxtra द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Dark theme for all of GitHub based on Atom One Dark."।

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

screenshot
screenshot

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

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

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

                        # About this extension.

This package will alternate appearance of all GitHub pages to dark theme with original GitHub themes. GitHub Dark Theme extension doesn't collect/share/care about your data at all.

Notice: dark theme applying for GitHub pages.

# Privacy Policy.

## Personal data.

GitHub Dark Theme had never collected and will never collect any personal data, browsing history etc.

In future GitHub Dark Theme may collect browser version, platform name, display settings and user's filter settings (except website list or any other data which can help identify user). This information is needed for decision on implementing new features, removing unused features or suggesting default settings for new users. It will happen only with your permission.                    

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

नाम GitHub Dark Theme GitHub Dark Theme
ID odkdlljoangmamjilkamahebpkgpeacp
आधिकारिक URL https://chromewebstore.google.com/detail/github-dark-theme/odkdlljoangmamjilkamahebpkgpeacp
विवरण A Dark theme for all of GitHub based on Atom One Dark.
फ़ाइल का आकार 246 KB
स्थापना संख्या 24,662
वर्तमान संस्करण 1.2.2
अंतिम अपडेट 2023-06-13
प्रकाशन तिथि 2020-06-24
रेटिंग 4.70/5 कुल 172 रेटिंग्स
डेवलपर LP Luxtra
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://poychang.github.io/github-dark-theme/
सहायता पृष्ठ URL https://github.com/poychang/github-dark-theme/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GitHub Dark Theme",
    "short_name": "GitHub Dark Theme",
    "description": "A Dark theme for all of GitHub based on Atom One Dark.",
    "version": "1.2.2",
    "icons": {
        "16": "logo\/icon16.png",
        "48": "logo\/icon48.png",
        "128": "logo\/icon128.png"
    },
    "options_page": "settings\/settings.html",
    "action": [],
    "permissions": [
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/github.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "foreground.js"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ]
        }
    ]
}