Github Dracula Theme
Custom Dracula Theme for Github.
Github Dracula Theme क्या है?
Github Dracula Theme oguhpereira द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Custom Dracula Theme for Github."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Github Dracula Theme एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Extension to change the default variables of the github dark theme to those of the dracula-theme https://github.com/oguhpereira/dracula-github
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fbjkldlneefcgjaepkpifipmakchhmno |
आधिकारिक URL | https://chrome.google.com/webstore/detail/github-dracula-theme/fbjkldlneefcgjaepkpifipmakchhmno |
विवरण | Custom Dracula Theme for Github. |
फ़ाइल का आकार | 141 KB |
स्थापना संख्या | 640 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2022-09-07 |
प्रकाशन तिथि | 2022-09-07 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | oguhpereira |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/oguhpereira/dracula-github |
सहायता पृष्ठ URL | https://github.com/oguhpereira/dracula-github |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Dracula Theme", "version": "1.1.1", "description": "Custom Dracula Theme for Github.", "content_scripts": [ { "css": [ "dracula.css" ], "matches": [ "https:\/\/github.com\/", "https:\/\/github.com\/*", "http:\/\/github.com\/*\/*", "http:\/\/github.com\/*\/*\/*" ], "run_at": "document_start" } ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 3 } |