蹊径Color

蹊径取色器 for chrome

What is 蹊径Color?

蹊径Color is a Chrome extension developed by fengling.xj, and its main feature is "蹊径取色器 for chrome".

Extension Screenshots

screenshot
screenshot

Download 蹊径Color Extension CRX File

Download 蹊径Color extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        取色器主要用于落地页内的颜色吸取。安装完插件后关闭浏览器重新进入落地页编辑页面即可使用。

当前取色插件支持 *://*.qq.com/*  编程调起取色。

为设计师、前端 或者所有在线编辑器使用者提供在线取色功能。                    

Extension Basic Information

Name 蹊径Color 蹊径Color
ID cjpfdcohegieleppnkadalkijenkhifl
Official URL https://chromewebstore.google.com/detail/%E8%B9%8A%E5%BE%84color/cjpfdcohegieleppnkadalkijenkhifl
Description 蹊径取色器 for chrome
File Size 204 KB
Installation Count 958
Current Version 2.0.6
Last Updated 2021-04-13
Publish Date 2020-12-10
Developer fengling.xj
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u8e4a\u5f84Color",
    "description": "\u8e4a\u5f84\u53d6\u8272\u5668 for chrome",
    "version": "2.0.6",
    "manifest_version": 2,
    "homepage_url": "https:\/\/page.ad.qq.com",
    "minimum_chrome_version": "49",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.qq.com\/*"
            ],
            "js": [
                ".\/static\/lib\/event-bus.js"
            ]
        }
    ],
    "icons": {
        "48": ".\/static\/main_icon_128.png",
        "128": ".\/static\/main_icon_128.png"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/*.qq.com\/*"
        ]
    },
    "browser_action": {
        "default_title": "\u8e4a\u5f84\u53d6\u8272\u5668",
        "default_popup": "popup.html",
        "default_icon": ".\/static\/main_icon.png"
    },
    "permissions": [
        "activeTab",
        "",
        "*:\/\/*.qq.com\/*"
    ],
    "web_accessible_resources": [
        "static\/lib\/react.min.js",
        "static\/lib\/react-dom.min.js",
        "static\/lib\/event-bus.js",
        "static\/dropper.js",
        "static\/toast.js"
    ]
}