Website Color Palette Extractor - Apkvega
Looking to enhance your website's design with a unique and appealing color scheme? Try out the "Website Color Palette" Chrome…
Website Color Palette Extractor - Apkvega क्या है?
Website Color Palette Extractor - Apkvega https://apkvega.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Looking to enhance your website's design with a unique and appealing color scheme? Try out the "Website Color Palette" Chrome…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Website Color Palette Extractor - Apkvega एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Looking to enhance your website's design with a unique and appealing color scheme? Try out the "Website Color Palette" Chrome extension! With just a click, you can generate a beautiful color palette that perfectly suits your website's style and theme. Don't settle for dull and uninspired designs - Install the "Website Color Palette" extension today and make your website stand out! The "Website Color Palette" Chrome extension is a tool that helps web developers and designers easily extract color palettes from any website they visit. This extension allows users to quickly identify the colors used on a webpage, as well as their corresponding hex codes, RGB values, and color names. Once installed, the "Website Color Palette" extension adds a small icon to the Chrome toolbar. When clicked, the extension opens a color palette that displays the colors used on the current webpage. Users can hover over each color to see its corresponding values, and can also copy the hex code or RGB value with a single click. This extension is particularly useful for designers and developers who need to create color schemes that match the existing colors on a website or who want to analyze the color choices of their competitors. With the "Website Color Palette" extension, users can easily extract color palettes from any website they visit, saving them time and effort in their design work.
एक्सटेंशन की मूल जानकारी
नाम | Website Color Palette Extractor - Apkvega |
ID | amcodeljhjnmonodhmgapaglomkgagmh |
आधिकारिक URL | https://chromewebstore.google.com/detail/website-color-palette-ext/amcodeljhjnmonodhmgapaglomkgagmh |
विवरण | Looking to enhance your website's design with a unique and appealing color scheme? Try out the "Website Color Palette" Chrome… |
फ़ाइल का आकार | 46.08 KB |
स्थापना संख्या | 490 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2023-05-04 |
प्रकाशन तिथि | 2023-05-04 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://apkvega.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://apkvega.com |
गोपनीयता नीति पृष्ठ URL | https://apkvega.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Website Color Palette Extractor - Apkvega", "manifest_version": 3, "version": "2.0", "action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_title": "Website Color Palette Extractor - Apkvega", "default_popup": "popup\/index.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "chroma.js", "content.js" ] } ], "background": { "service_worker": "background.js" } } |