Draw Comment
Extend facebook expierence, Draw, add labels and image filters to your facebook photos. Draw comment is an easy meme generator.…
Wat is Draw Comment?
Draw Comment is een Chrome-extensie ontwikkeld door http://drawcomment.com, en de belangrijkste functie is "Extend facebook expierence, Draw, add labels and image filters to your facebook photos. Draw comment is an easy meme generator.…".
Extensie Screenshots
Download het CRX-bestand van de extensie Draw Comment
Download Draw Comment-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | cpbbdnhpadbddomckdoghicjmiknllal |
Officiële URL | https://chrome.google.com/webstore/detail/draw-comment/cpbbdnhpadbddomckdoghicjmiknllal |
Beschrijving | Extend facebook expierence, Draw, add labels and image filters to your facebook photos. Draw comment is an easy meme generator.… |
Bestandsgrootte | 695 KB |
Aantal Installaties | 207 |
Huidige Versie | 3.64 |
Laatst Bijgewerkt | 2013-11-25 |
Publicatiedatum | 2013-11-25 |
Beoordeling | 3.89/5 Totaal 9 Beoordelingen |
Ontwikkelaar | http://drawcomment.com |
Betalingswijze | free |
Ondersteunde Talen | 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 } |