蹊径Color

蹊径取色器 for chrome

蹊径Colorคืออะไร?

蹊径Color เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fengling.xj และคุณลักษณะหลักของมันคือ "蹊径取色器 for chrome"

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

screenshot
screenshot

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

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

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

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

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

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

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

ชื่อ 蹊径Color 蹊径Color
ID cjpfdcohegieleppnkadalkijenkhifl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/%E8%B9%8A%E5%BE%84color/cjpfdcohegieleppnkadalkijenkhifl
คำอธิบาย 蹊径取色器 for chrome
ขนาดไฟล์ 204 KB
จำนวนการติดตั้ง 958
เวอร์ชันปัจจุบัน 2.0.6
อัปเดตครั้งล่าสุด 2021-04-13
วันที่เผยแพร่ 2020-12-10
ผู้พัฒนา fengling.xj
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}