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.…」です。
拡張機能のスクリーンショット
Draw Comment拡張機能のCRXファイルをダウンロード
Draw Comment拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
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 } |