Draw Comment
Extend facebook expierence, Draw, add labels and image filters to your facebook photos. Draw comment is an easy meme generator.…
Draw Comment là gì?
Draw Comment là một tiện ích mở rộng Chrome được phát triển bởi http://drawcomment.com, và tính năng chính của nó là "Extend facebook expierence, Draw, add labels and image filters to your facebook photos. Draw comment is an easy meme generator.…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Draw Comment
Tải xuống các tệp mở rộng Draw Comment dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cpbbdnhpadbddomckdoghicjmiknllal |
URL Chính Thức | https://chrome.google.com/webstore/detail/draw-comment/cpbbdnhpadbddomckdoghicjmiknllal |
Mô tả | Extend facebook expierence, Draw, add labels and image filters to your facebook photos. Draw comment is an easy meme generator.… |
Kích Thước Tệp | 695 KB |
Số Lần Cài Đặt | 207 |
Phiên Bản Hiện Tại | 3.64 |
Cập Nhật Lần Cuối | 2013-11-25 |
Ngày Phát Hành | 2013-11-25 |
Đánh Giá | 3.89/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | http://drawcomment.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |