Change Background Color
change the current site background to your desired color
Change Background Color क्या है?
Change Background Color hoishing द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "change the current site background to your desired color"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Change Background Color एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Most color-changing extensions require the "read and change all your data on all site" permission, which is overkill and raises privacy concerns. This particular extension does only one thing: it changes the background color of the current site, that's all. No special permissions are required, no data is collected, and no privacy concerns. 🔗 source code https://github.com/hoishing/chrome-change-background-color
एक्सटेंशन की मूल जानकारी
नाम | Change Background Color |
ID | ajlcblmihhjochfgehfcfiopkcbfnlfh |
आधिकारिक URL | https://chromewebstore.google.com/detail/change-background-color/ajlcblmihhjochfgehfcfiopkcbfnlfh |
विवरण | change the current site background to your desired color |
फ़ाइल का आकार | 15.48 KB |
स्थापना संख्या | 304 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2023-09-09 |
प्रकाशन तिथि | 2023-08-10 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | hoishing |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/hoishing/chrome-change-background-color |
सहायता पृष्ठ URL | https://github.com/hoishing/chrome-change-background-color/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Change Background Color", "version": "1.1.0", "description": "change the current site background to your desired color", "permissions": [ "scripting", "activeTab" ], "icons": { "64": "bg-color64.png", "128": "bg-color128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "64": "bg-color64.png", "128": "bg-color128.png" } } } |