Hacker News Dark Theme
A non-invaise dark theme for Hacker News.
Hacker News Dark Theme क्या है?
Hacker News Dark Theme azerella द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A non-invaise dark theme for Hacker News."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hacker News Dark Theme एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is an opinionated dark theme for Hacker News to act as a temporary replacement until the site implements its own theme.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ndeojhdifgncfggdoocajmceelcnmkgh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/hacker-news-dark-theme/ndeojhdifgncfggdoocajmceelcnmkgh |
विवरण | A non-invaise dark theme for Hacker News. |
फ़ाइल का आकार | 13.91 KB |
स्थापना संख्या | 127 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2020-05-16 |
प्रकाशन तिथि | 2020-05-16 |
डेवलपर | azerella |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/adamzerella/ext-hn-darkmode |
सहायता पृष्ठ URL | https://github.com/adamzerella/ext-hn-darkmode/issues |
गोपनीयता नीति पृष्ठ URL | https://github.com/azerella/ext-ambient-darkmode |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hacker News Dark Theme", "short_name": "hndt", "author": "Adam Zerella", "homepage_url": "https:\/\/github.com\/adamzerella\/ext-hn-darkmode", "version": "0.1.0", "description": "A non-invaise dark theme for Hacker News.", "permissions": [ "https:\/\/news.ycombinator.com\/" ], "background": { "scripts": [ "extension.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png" }, "default_title": "Hacker News Dark Theme" }, "web_accessible_resources": [ "extension.js" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon64.png", "128": "icons\/icon128.png" } } |