Ecosia Dark Mode
A dark theme for the Ecosia search engine
Ecosia Dark Mode क्या है?
Ecosia Dark Mode Aidan H द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A dark theme for the Ecosia search engine"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ecosia Dark Mode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This simple extension has a toggle for the dark mode, to allow you to turn it on and off whenever you like. Currently supported Ecosia sites & services: • www.ecosia.org • info.ecosia.org • blog.ecosia.org Follow our development on GitHub (report any issues here too!): https://github.com/aidanhorton/ecosia-darkmode-extensions Permissions & Privacy details and information can be found on the GitHub homepage in the link above. This extension is also available for the FireFox browser! Consider supporting my work by (optionally!) donating: https://www.paypal.com/donate?hosted_button_id=642DGYF3CL5TG Please allow a few days for updates if you notice any styling issues, as Ecosia are constantly updating their web-pages.
एक्सटेंशन की मूल जानकारी
नाम | Ecosia Dark Mode |
ID | hfpbjnmjofmfpnkcmdnkgndahgpjhpih |
आधिकारिक URL | https://chromewebstore.google.com/detail/ecosia-dark-mode/hfpbjnmjofmfpnkcmdnkgndahgpjhpih |
विवरण | A dark theme for the Ecosia search engine |
फ़ाइल का आकार | 66.77 KB |
स्थापना संख्या | 4,964 |
वर्तमान संस्करण | 1.4.3.1 |
अंतिम अपडेट | 2022-09-19 |
प्रकाशन तिथि | 2020-10-23 |
रेटिंग | 4.52/5 कुल 21 रेटिंग्स |
डेवलपर | Aidan H |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/aidanhorton/ecosia-darkmode-extensions |
सहायता पृष्ठ URL | https://github.com/aidanhorton/ecosia-darkmode-extensions |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ecosia Dark Mode", "version": "1.4.3.1", "description": "A dark theme for the Ecosia search engine", "manifest_version": 3, "permissions": [ "tabs", "storage", "topSites" ], "action": { "default_popup": "popup.html", "default_title": "Ecosia dark", "default_icon": { "16": "images\/EcosiaLogo16.png", "32": "images\/EcosiaLogo32.png", "48": "images\/EcosiaLogo48.png", "128": "images\/EcosiaLogo128.png" } }, "icons": { "16": "images\/EcosiaLogo16.png", "32": "images\/EcosiaLogo32.png", "48": "images\/EcosiaLogo48.png", "128": "images\/EcosiaLogo128.png" }, "web_accessible_resources": [ { "resources": [ "images\/EcosiaLogo.png", "pages\/Close.png", "injection-styling\/blog-page.css", "injection-styling\/home-page.css", "injection-styling\/images-page.css", "injection-styling\/information-page.css", "injection-styling\/login-page.css", "injection-styling\/news-and-videos-page.css", "injection-styling\/search-page.css", "injection-styling\/settings-page.css", "injection-styling\/shopping-page.css", "injection-styling\/universal-styling.css" ], "matches": [ " |