Github dark theme
This extension provides a simple dark theme for github.com
Github dark theme क्या है?
Github dark theme benrlodge द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension provides a simple dark theme for github.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Github dark theme एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension provides a simple dark theme for github.com as an alternative to the default light theme.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | llhodmljacflfmfdhpfkjlohlfgflhga |
आधिकारिक URL | https://chrome.google.com/webstore/detail/github-dark-theme/llhodmljacflfmfdhpfkjlohlfgflhga |
विवरण | This extension provides a simple dark theme for github.com |
फ़ाइल का आकार | 80.86 KB |
स्थापना संख्या | 38 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2015-01-17 |
प्रकाशन तिथि | 2015-01-17 |
रेटिंग | 2.00/5 कुल 4 रेटिंग्स |
डेवलपर | benrlodge |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Github dark theme", "description": "This extension provides a simple dark theme for github.com", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/*", "https:\/\/www.github.com\/*\/*" ], "css": [ "darktheme.css" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |