Colors for Websites | Color Changer

Change the colors of any website directly in your browser!

Colors for Websites | Color Changer क्या है?

Colors for Websites | Color Changer https://colorsforwebsites.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change the colors of any website directly in your browser!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Colors for Websites | Color Changer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension analyzes the colors of a webpage and gives you the option to change each color individually. You can change the colors with a color picker to find out the perfect palette. Or you just want to analyze if every color matches your brand colors.

FEATURES
   •   Find all colors of a website
   •   works with inline and css styles
   •   choose which colors you want to change
   •   works with any website
   •   works also on localhost

(Note: this is a beta version, fell free to write us for feedback, bugs and suggestions)                    

एक्सटेंशन की मूल जानकारी

नाम Colors for Websites | Color Changer Colors for Websites | Color Changer
ID commbemobeohbgnbkkbgkbfenokjaihk
आधिकारिक URL https://chromewebstore.google.com/detail/colors-for-websites-color/commbemobeohbgnbkkbgkbfenokjaihk
विवरण Change the colors of any website directly in your browser!
फ़ाइल का आकार 650 KB
स्थापना संख्या 64
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-05-20
प्रकाशन तिथि 2022-05-15
डेवलपर https://colorsforwebsites.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://colorsforwebsites.com
गोपनीयता नीति पृष्ठ URL https://colorsforwebsites.com/Privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Colors for Websites | Color Changer",
    "description": "Change the colors of any website directly in your browser!",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/logo.png",
            "32": "\/images\/logo.png",
            "48": "\/images\/logo.png",
            "128": "\/images\/logo.png"
        }
    },
    "icons": {
        "16": "\/images\/logo.png",
        "32": "\/images\/logo.png",
        "48": "\/images\/logo.png",
        "128": "\/images\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "variables.css"
            ]
        }
    ]
}