Bear Draws
Use this painting extension to create funny looking cartoon painting.
What is Bear Draws?
Bear Draws is a Chrome extension developed by http://kibiwebgeek.com, and its main feature is "Use this painting extension to create funny looking cartoon painting.".
Extension Screenshots
Download Bear Draws Extension CRX File
Download Bear Draws extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is a light weight drawing extension with easy to operate controls that only takes you a few minutes to master. You can either draw line, rectangle or circle on the drawing board! A great painting tool for you to have fun online
Extension Basic Information
Name | |
ID | noocnndlfebkbfjhegijenpalfhdfndn |
Official URL | https://chrome.google.com/webstore/detail/bear-draws/noocnndlfebkbfjhegijenpalfhdfndn |
Description | Use this painting extension to create funny looking cartoon painting. |
File Size | 109 KB |
Installation Count | 389 |
Current Version | 2.6 |
Last Updated | 2020-05-08 |
Publish Date | 2020-05-08 |
Rating | 2.40/5 Total 10 Ratings |
Developer | http://kibiwebgeek.com |
Payment Type | free |
Extension Website | https://kibiwebgeek.com/bear-draws-main-page/ |
Help Page URL | https://kibiwebgeek.com/bear-draws-main-page |
Privacy Policy Page URL | http://gamingdirectional.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "images\/19.png", "38": "images\/38.png" }, "default_title": "Bear Draws", "name": "load" }, "description": "Use this painting extension to create funny looking cartoon painting.", "icons": { "128": "images\/map_128x128.png", "16": "images\/map_16x16.png", "19": "images\/19.png", "48": "images\/48.png" }, "manifest_version": 2, "name": "Bear Draws", "permissions": [ "unlimitedStorage" ], "version": "2.6" } |