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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://drawcomment.com และคุณลักษณะหลักของมันคือ "Extend facebook expierence, Draw, add labels and image filters to your facebook photos. Draw comment is an easy meme generator.…"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Draw Comment

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

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

                                            

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

ชื่อ 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
}