Smart Color Palette

The Smart Color Palette is a great extension that provides the list of used colors in any webpage. User can find lot of popular and…

Smart Color Paletteคืออะไร?

Smart Color Palette เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rahul Baruri และคุณลักษณะหลักของมันคือ "The Smart Color Palette is a great extension that provides the list of used colors in any webpage. User can find lot of popular and…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smart Color Palette

ดาวน์โหลดไฟล์ส่วนขยาย Smart Color Palette ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The Smart Color Palette is a great extension that provides the list of used colors in any webpage. User can find lot of popular and most common color palettes. This extension has great support to assist a user guiding through choosing a perfect color scheme of any webpage or modern palettes.

Some core features:

✅  See all the colors are used in any webpage
✅  Just hover over the used colors and see which elements are affected on the webpage.
✅  Get tons of popular and elegant color palettes
✅  Get standard and Web safe color codes
✅  Create a lot of your own color palettes with an amazing color picker
✅  Cool User interface

Developed with ❤️ by Rahul Baruri                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Smart Color Palette Smart Color Palette
ID gakfleegiilbiiebpmbihadgcbpjgoha
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smart-color-palette/gakfleegiilbiiebpmbihadgcbpjgoha
คำอธิบาย The Smart Color Palette is a great extension that provides the list of used colors in any webpage. User can find lot of popular and…
ขนาดไฟล์ 181 KB
จำนวนการติดตั้ง 1,421
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-08-18
วันที่เผยแพร่ 2020-08-17
ผู้พัฒนา Rahul Baruri
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Color Palette",
    "short_name": "Color Palette",
    "offline_enabled": false,
    "version": "1.0.0",
    "manifest_version": 2,
    "author": "Rahul Baruri ",
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png",
        "256": "images\/icons\/256.png"
    },
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/js\/contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "images\/icons\/32.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": []
}