Draw Comment

Extend facebook expierence, Draw, add labels and image filters to your facebook photos. Draw comment is an easy meme generator.…

Draw Comment란 무엇입니까?

Draw Comment은(는) http://drawcomment.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extend facebook expierence, Draw, add labels and image filters to your facebook photos. Draw comment is an easy meme generator.…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Draw Comment 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Draw Comment Draw Comment
ID cpbbdnhpadbddomckdoghicjmiknllal
공식 URL https://chrome.google.com/webstore/detail/draw-comment/cpbbdnhpadbddomckdoghicjmiknllal
설명 Extend facebook expierence, Draw, add labels and image filters to your facebook photos. Draw comment is an easy meme generator.…
파일 크기 695 KB
설치 횟수 207
현재 버전 3.64
최근 업데이트 2013-11-25
출시 날짜 2013-11-25
평점 3.89/5 총 9 개의 평점
개발자 http://drawcomment.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Draw Comment",
    "short_name": "Draw Comment",
    "version": "3.64",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/facebook.com\/*",
        "https:\/\/facebook.com\/*",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "page": "bg.htm",
        "persistent": true
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "http:\/\/*.facebook.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "jquery-1.7.2.min.js",
                "farbic.1.1.min.js",
                "spin.min.js",
                "main.js",
                "paintFabric.js",
                "proxy.js",
                "colorpicker.js",
                "moudles.js"
            ],
            "css": [
                "dc.css",
                "colorpicker.css",
                "fonts.css"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "img\/paintBtn.png",
        "img\/pencil32.png",
        "img\/pencil32w.png",
        "img\/pencil32g.png",
        "img\/pencil32g39.png",
        "img\/kiss32.png",
        "img\/heart32.png",
        "img\/callout_left.png",
        "img\/callout_right.png",
        "img\/txt32.png",
        "img\/txt32w.png",
        "img\/txt32g.png",
        "img\/txt32g39.png",
        "img\/rect32.png",
        "img\/circle32.png",
        "img\/save32.png",
        "img\/transparent.png",
        "img\/transparentGrad.png",
        "img\/palletThumb.png",
        "img\/drawing-icon.png",
        "postMessageLinstener.js",
        "img\/progressBar.gif",
        "img\/cursor-pencil.png",
        "img\/redo.png",
        "img\/share40.png",
        "img\/undo.png",
        "img\/undo2.png",
        "img\/fx32.png",
        "img\/jquery.minicolors.png",
        "img\/comment.png",
        "img\/clear.png",
        "img\/clear20.png",
        "img\/text-shadow.png",
        "img\/pencil.cur",
        "img\/svg\/callout_left.svg",
        "img\/svg\/callout_right.svg"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}