Webpage Palette

Extract a palette from your webpage!

What is Webpage Palette?

Webpage Palette is a Chrome extension developed by Ky404, and its main feature is "Extract a palette from your webpage!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Webpage Palette Extension CRX File

Download Webpage Palette extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A user-friendly tool to distill a color palette from any website.                    

Extension Basic Information

Name Webpage Palette Webpage Palette
ID mijaclaafpfelglilelknpmoknkbdaca
Official URL https://chromewebstore.google.com/detail/webpage-palette/mijaclaafpfelglilelknpmoknkbdaca
Description Extract a palette from your webpage!
File Size 72.05 KB
Installation Count 532
Current Version 0.1
Last Updated 2023-11-15
Publish Date 2015-07-04
Rating 5.00/5 Total 3 Ratings
Developer Ky404
Email [email protected]
Payment Type free
Extension Website https://github.com/kennethyang404/Webpage-Palette
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Webpage Palette",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Extract a palette from your webpage!",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}