Site Palette

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

Site Palette란 무엇입니까?

Site Palette은(는) https://palette.site에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Site Palette generates a color palette from any website, allowing designers to use it as a reference in their work."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Site Palette 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        🔥 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.                    

확장 프로그램 기본 정보

이름 Site Palette Site Palette
ID pekhihjiehdafocefoimckjpbkegknoh
공식 URL https://chromewebstore.google.com/detail/site-palette/pekhihjiehdafocefoimckjpbkegknoh
설명 Site Palette generates a color palette from any website, allowing designers to use it as a reference in their work.
파일 크기 297 KB
설치 횟수 97,729
현재 버전 2.20
최근 업데이트 2023-10-04
출시 날짜 2018-10-22
평점 3.67/5 총 199 개의 평점
개발자 https://palette.site
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 http://palette.site
도움말 페이지 URL http://palette.site
개인정보 보호 정책 페이지 URL https://sliday.com/privacy-policy
지원되는 언어 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"
}