Color Plate Picker

An awesome color picker for developer/designer

Color Plate Pickerとは何ですか?

Color Plate PickerはQuyet Tranによって開発されたChromeの拡張機能で、その主な機能は「An awesome color picker for developer/designer」です。

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

screenshot
screenshot
screenshot

Color Plate Picker拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        An awesome colors plate collection for developer/designer. Choose the best color in quick and save time ways with multiple plates.                    

拡張機能の基本情報

名前 Color Plate Picker Color Plate Picker
ID knfkbdnonhbbhokcfkgcbbgpchmkhgfd
公式URL https://chromewebstore.google.com/detail/color-plate-picker/knfkbdnonhbbhokcfkgcbbgpchmkhgfd
説明 An awesome color picker for developer/designer
ファイルサイズ 318 KB
インストール数 170
現在のバージョン 1.0.0
最終更新日 2020-06-07
公開日 2020-06-07
開発者 Quyet Tran
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.topcv.vn/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Plate Picker",
    "description": "An awesome color picker for developer\/designer",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "dev-tool",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [],
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}