取色器

取色器 for chengzijianzhan

取色器とは何ですか?

取色器はbuaa.zyhによって開発されたChromeの拡張機能で、その主な機能は「取色器 for chengzijianzhan」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

取色器拡張機能のCRXファイルをダウンロード

取色器拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        color picker for oceanengine.com

Based on https://github.com/kepi/chromeEyeDropper

取色器可以从任意网页中取色,支持通过点击图标取色、快捷键取色、代码编程调用(这是申请权限而不是activeTab权限的原因)。

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

支持调色,提供调色面板。为设计师、前端 或者所有在线编辑器使用者提供在线调色功能。                    

拡張機能の基本情報

名前 取色器 取色器
ID nhkjcaiojlbfebmjiechahfdmppccgnn
公式URL https://chromewebstore.google.com/detail/%E5%8F%96%E8%89%B2%E5%99%A8/nhkjcaiojlbfebmjiechahfdmppccgnn
説明 取色器 for chengzijianzhan
ファイルサイズ 159 KB
インストール数 7,253
現在のバージョン 1.0.3
最終更新日 2020-01-03
公開日 2020-01-03
評価 3.00/5 合計 5 レビュー
開発者 buaa.zyh
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://bytedance.feishu.cn/docs/doccnZuamCSH1oaaEC1swGAmUlf
対応言語 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u53d6\u8272\u5668",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": " \u53d6\u8272\u5668 for chengzijianzhan",
    "homepage_url": "https:\/\/www.chengzijianzhan.com\/",
    "minimum_chrome_version": "49",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_page": "html\/options.html",
    "icons": {
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.oceanengine.com\/*"
            ],
            "js": [
                "event-bus.js"
            ]
        }
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/*.oceanengine.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png"
        },
        "default_title": "\u53d6\u8272\u5668",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "",
        "*:\/\/*.oceanengine.com\/*"
    ],
    "web_accessible_resources": [
        "inc\/jquery-2.1.0.min.js",
        "inc\/jquery.scrollstop.js",
        "edropper2.js",
        "eventBus.js",
        "inject\/anchor-cursor-default.css",
        "inject\/anchor-cursor-crosshair.css",
        "inject\/edropper2.css"
    ],
    "commands": {
        "activate": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "\u6fc0\u6d3b\u53d6\u8272"
        }
    }
}