CSS Color Helper

All the CSS color help you need

什麼是CSS Color Helper?

CSS Color Helper是由Anell Kumarr Beeram開發的Chrome擴展程式,該擴展的主要功能是“All the CSS color help you need”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載CSS Color Helper擴展crx文件

下載CSS Color Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        All the CSS color help you need for designers and developers alike. Color codes, pickers, converters and palettes.                    

擴展基本資訊

名稱 CSS Color Helper CSS Color Helper
ID hiljhpcfhankmcfomogedikgkpnhocjl
官方網址 https://chromewebstore.google.com/detail/css-color-helper/hiljhpcfhankmcfomogedikgkpnhocjl
簡介 All the CSS color help you need
檔案大小 3.13 MB
安裝次數 21
目前版本 1.0
更新時間 2019-11-29
上架時間 2019-11-28
評分 5.00/5 共 2 次評分
開發者 Anell Kumarr Beeram
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSS Color Helper",
    "version": "1.0",
    "description": "All the CSS color help you need",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "CSS Color Helper: All the CSS color help you need"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}