Site Palette

Site Palette generates a color palette from any website, allowing designers to use it as a reference in their work.

Co to jest Site Palette?

Site Palette to rozszerzenie Chrome opracowane przez https://palette.site, a jego główną funkcją jest „Site Palette generates a color palette from any website, allowing designers to use it as a reference in their work.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Site Palette

Pobierz pliki rozszerzeń Site Palette w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        🔥 Site Palette 2.0

Now available for Microsoft Edge, Brave and Opera browsers via Chrome Web Store!

Introducing our new browser extension for generating color palettes! As a designer or frontend developer, you know how important it is to have a tool that helps you quickly and easily generate beautiful color schemes for your projects. With our extension, you can do just that - simply visit any website and start building your palette. We've made it incredibly easy to use, and our seamless user experience means you can focus on creating without any distractions. Whether you're designing a website, creating graphics, or working on a new branding project, our extension is the perfect tool to help you get the job done. Give it a try today – we can't wait to see what you create with it!

💸 PRICING
24h of a free trial, try before you buy.

$2.50 per month or $30 per year.

Limited time offer:
- $99 one-off payment for a lifetime subscription.

🆕 FEATURES
- Added a register/login via MagicLink feature to improve user authentication and account management. No longer you need to remember your password.
- Added a new feature that allows users to manage their subscriptions directly from the "My profile" page. 
- Added a login pop-up when users click on the extension icon, providing a more seamless and secure login experience. 
- Added new features and functions to the "My palettes" page for better palette management and organization. 
- Added integration with Google Art Palette to allow users to fine-tune their color schemes even further. 
- Added the ability to play with generated palettes using coolors.co (note: we are not associated with coolors.co). 
- Added the ability to share generated palettes with others via shareable links. 
- Added the ability to quickly download an auto-generated Sketch template based on the selected palette. 
- Added support for Adobe Swatch, offering even more versatility to the users. 
- Added Support for SVG format on shared pages: We're excited to announce that Site Palette now supports the SVG (Scalable Vector Graphics) format on shared pages. With this enhancement, you can include SVG images in your shared pages, ensuring crisp and scalable visuals for an enhanced user experience.
- Added Palette History: Introducing the new Palette History feature, which allows users to access and manage all their previous palettes. Easily revisit your past color schemes, explore their details, and even share them with others.
- Added subscription: Site Palette is a paid product now with monthly/yearly subscription. That means more features and a much better support for the product!
- Added Lifetime purchase option: Site Palette now offers a Lifetime purchase option, providing users with a one-time payment for unlimited access to all features. Enjoy Site Palette without any recurring fees and have lifelong access to future updates and enhancements!

💟 IMPROVEMENTS
- Redesigned the interface with a cleaner, more streamlined look and feel. 
- Made several improvements to the Stripe payment processing system, including enhanced security features, faster processing times, and improved error handling. 
- Implemented several improvements to the extension's user experience after installation. 
- Improved overall performance and stability of the extension, resulting in faster load times and a more reliable experience for users. 
- Added hover state for buttons in extension modal windows.                    

Podstawowe informacje o rozszerzeniu

Nazwa Site Palette Site Palette
ID pekhihjiehdafocefoimckjpbkegknoh
Oficjalny URL https://chromewebstore.google.com/detail/site-palette/pekhihjiehdafocefoimckjpbkegknoh
Opis Site Palette generates a color palette from any website, allowing designers to use it as a reference in their work.
Rozmiar pliku 297 KB
Liczba instalacji 97,729
Aktualna Wersja 2.20
Ostatnia Aktualizacja 2023-10-04
Data Publikacji 2018-10-22
Ocena 3.67/5 Łącznie 199 Oceny
Deweloper https://palette.site
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia http://palette.site
Adres URL Strony Pomocy http://palette.site
Adres URL Strony Polityki Prywatności https://sliday.com/privacy-policy
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Site Palette",
    "version": "2.20",
    "description": "Site Palette generates a color palette from any website, allowing designers to use it as a reference in their work.",
    "icons": {
        "16": "icons\/Site-palette.png",
        "32": "icons\/Site-palette.png",
        "48": "icons\/app-icon--big.png",
        "128": "icons\/app-icon--big.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/Site-palette.png",
            "32": "icons\/app-icon.png"
        },
        "default_title": "Grab colours from this page!"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "scroller.js",
                "getPalette.js",
                "sitePalette.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "externally_connectable": {
        "ids": [
            "pekhihjiehdafocefoimckjpbkegknoh"
        ],
        "matches": [
            "https:\/\/palette.site\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxFaGtQAUOt0PZw70sH84hqiHXT7kXZ\/L1SfpwyEFBz2LxBoH3TmVXW23u3PiULvWG1sCyszypat5OjO\/k676vNwVQj8xiyAVbOB5AYwCVs8mKvqPXzbnEyQzRIsQeepynn8kp1T\/gZvGuT1acuCuwp9llpK0JKaVqquS8x2JOGdMjpF8ryhf2s5PHSqqlkNziGYLCh0awsIapsEmwkjeva8BrdAJ7xGAnfpJE3+Rp\/vT2PTsHlFx9GFs1EKIIHtHxC3hvkw3QZKtyfYmxfXc8nHXV0z+Nr3y9SetPgr1zcXEYDEC85EqL9e3NxMxdsGVFjhWEJhFW+2e6Cnx7b2WDwIDAQAB"
}