WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Palitra - Color Palette Extractor

Palitra - Color Palette Extractor

View on Chrome Web Store
View Palitra - Color Palette Extractor Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Extract color palettes from any images on the page
Type
Extension
Users
66 users
8
Jungle
View author page of Jungle
Published
Published on July 12, 2024
Version 1.0.5
Manifest version
3
Updated
Updated on October 23, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View Palitra - Color Palette Extractor Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Palitra - Color Palette Extractor",
    "description": "Extract color palettes from any images on the page",
    "version": "1.0.5",
    "version_name": "1.0.5",
    "icons": {
        "16": "src\/assets\/icons\/icon-16.png",
        "32": "src\/assets\/icons\/icon-32.png",
        "48": "src\/assets\/icons\/icon-48.png",
        "128": "src\/assets\/icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-3783a252.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "assets\/index-a1ae07b3.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "src\/assets\/icons\/icon-16.png",
            "32": "src\/assets\/icons\/icon-32.png",
            "48": "src\/assets\/icons\/icon-48.png",
            "128": "src\/assets\/icons\/icon-128.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "src\/assets\/icons\/icon-16.png",
                "src\/assets\/icons\/icon-32.png",
                "src\/assets\/icons\/icon-48.png",
                "src\/assets\/icons\/icon-128.png",
                "assets\/index.ts-f7c63b79.js"
            ],
            "use_dynamic_url": false
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top