500px.com Dark Theme
Dark mode for the 500px.com website.
500px.com Dark Theme क्या है?
500px.com Dark Theme http://andrei.pt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dark mode for the 500px.com website."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 500px.com Dark Theme एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension was created to give the 500px.com website a much needed darker look. Not only it is easier on the eyes, but I also think it makes the images stand out more. There are still some things to improve, so please be patient. Thank you!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ifilflghchkjlfmnmpcncchmaafldahh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/500pxcom-dark-theme/ifilflghchkjlfmnmpcncchmaafldahh |
विवरण | Dark mode for the 500px.com website. |
फ़ाइल का आकार | 22.87 KB |
स्थापना संख्या | 127 |
वर्तमान संस्करण | 1.5.4 |
अंतिम अपडेट | 2016-12-18 |
प्रकाशन तिथि | 2016-12-18 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | http://andrei.pt |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "500px.com Dark Theme", "short_name": "Dark 500px", "description": "Dark mode for the 500px.com website.", "version": "1.5.4", "browser_action": { "default_icon": "assets\/icons\/icon.png", "default_popup": "assets\/html\/popup.html" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/500px.com\/*", "https:\/\/500px.com\/*", "http:\/\/www.500px.com\/*", "https:\/\/www.500px.com\/*" ], "css": [ "assets\/css\/override.css" ] } ], "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" } } |