Dark Octo Themes
Allows you to view source code on GitHub with a dark theme instead of the default light theme.
Dark Octo Themes क्या है?
Dark Octo Themes Craig MacGregor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to view source code on GitHub with a dark theme instead of the default light theme."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dark Octo Themes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
If you use github extensively, but prefer a darker theme when viewing source code, this app can do just that! Install it and you will be presented with a vibrantink theme for all source code files and diffs while viewing github.com.
एक्सटेंशन की मूल जानकारी
नाम | Dark Octo Themes |
ID | iahjlgmjhgemeebaflejbgfpojahcnng |
आधिकारिक URL | https://chromewebstore.google.com/detail/dark-octo-themes/iahjlgmjhgemeebaflejbgfpojahcnng |
विवरण | Allows you to view source code on GitHub with a dark theme instead of the default light theme. |
फ़ाइल का आकार | 365 KB |
स्थापना संख्या | 121 |
वर्तमान संस्करण | 1.17 |
अंतिम अपडेट | 2020-05-11 |
प्रकाशन तिथि | 2020-05-11 |
रेटिंग | 3.50/5 कुल 6 रेटिंग्स |
डेवलपर | Craig MacGregor |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://allthingscraig.com |
सहायता पृष्ठ URL | https://github.com/craigerm/dark-octo-themes |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dark Octo Themes", "version": "1.17", "manifest_version": 2, "description": "Allows you to view source code on GitHub with a dark theme instead of the default light theme.", "icons": { "128": "src\/images\/icon.png" }, "background": { "scripts": [ "src\/js\/applyTheme.js", "src\/js\/themeStorage.js" ] }, "permissions": [ "activeTab", "https:\/\/gist.github.com\/*", "https:\/\/github.com\/*" ], "options_page": "src\/options.html" } |