Mangoboard ColorPicker

망고보드 컬러픽커는 브라우저 내의 색상을 뽑아낼 수 있습니다.

What is Mangoboard ColorPicker?

Mangoboard ColorPicker is a Chrome extension developed by https://www.mangoboard.net, and its main feature is "망고보드 컬러픽커는 브라우저 내의 색상을 뽑아낼 수 있습니다.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Mangoboard ColorPicker Extension CRX File

Download Mangoboard ColorPicker 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

                        망고보드(www.mangoboard.net) 에디터에서 사용할 수 있는 컬러피커입니다.
디자인 요소의 색상을 변경할 때, 작업화면 내의 색상을 바로 적용할 수 있습니다.

※ 크롬 버전이 낮은 경우 실행이 되지 않을 수 있습니다.
   반드시 최신 버전의 크롬을 사용하시기 바랍니다.                    

Extension Basic Information

Name Mangoboard ColorPicker Mangoboard ColorPicker
ID cmncbfaaiogmfeelmicmaafbibedljpk
Official URL https://chromewebstore.google.com/detail/mangoboard-colorpicker/cmncbfaaiogmfeelmicmaafbibedljpk
Description 망고보드 컬러픽커는 브라우저 내의 색상을 뽑아낼 수 있습니다.
File Size 166 KB
Installation Count 175,924
Current Version 1.0.5
Last Updated 2021-10-08
Publish Date 2020-06-16
Rating 3.00/5 Total 10 Ratings
Developer https://www.mangoboard.net
Email [email protected]
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mangoboard ColorPicker",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "\ub9dd\uace0\ubcf4\ub4dc \uceec\ub7ec\ud53d\ucee4\ub294 \ube0c\ub77c\uc6b0\uc800 \ub0b4\uc758 \uc0c9\uc0c1\uc744 \ubf51\uc544\ub0bc \uc218 \uc788\uc2b5\ub2c8\ub2e4. ",
    "homepage_url": "http:\/\/www.mangoboard.net\/",
    "minimum_chrome_version": "49",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "icons": {
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png"
        },
        "default_title": "Mangoboard ColorPicker"
    },
    "permissions": [
        "activeTab",
        "storage",
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.mangoboard.net\/*",
            "*:\/\/*.riamore.net\/*",
            "*:\/\/*.mcontents.mil\/*"
        ]
    },
    "web_accessible_resources": [
        "inc\/jquery-2.1.0.min.js",
        "inc\/jquery.scrollstop.js",
        "edropper2.js",
        "inject\/anchor-cursor-default.css",
        "inject\/anchor-cursor-crosshair.css",
        "inject\/anchor-cursor-pointer.css",
        "inject\/edropper2.css",
        "inject\/img\/cursor_mango.svg"
    ],
    "commands": {
        "activate": {
            "suggested_key": {
                "default": "Alt+Z"
            },
            "description": "Activate pick color from web page"
        }
    }
}