Bear Draws
Use this painting extension to create funny looking cartoon painting.
Wat is Bear Draws?
Bear Draws is een Chrome-extensie ontwikkeld door http://kibiwebgeek.com, en de belangrijkste functie is "Use this painting extension to create funny looking cartoon painting.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bear Draws
Download Bear Draws-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
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
Basisinformatie over de Extensie
Naam | |
ID | noocnndlfebkbfjhegijenpalfhdfndn |
Officiële URL | https://chrome.google.com/webstore/detail/bear-draws/noocnndlfebkbfjhegijenpalfhdfndn |
Beschrijving | Use this painting extension to create funny looking cartoon painting. |
Bestandsgrootte | 109 KB |
Aantal Installaties | 389 |
Huidige Versie | 2.6 |
Laatst Bijgewerkt | 2020-05-08 |
Publicatiedatum | 2020-05-08 |
Beoordeling | 2.40/5 Totaal 10 Beoordelingen |
Ontwikkelaar | http://kibiwebgeek.com |
Betalingswijze | free |
Extensiewebsite | https://kibiwebgeek.com/bear-draws-main-page/ |
Help Pagina-URL | https://kibiwebgeek.com/bear-draws-main-page |
URL van de Privacybeleid Pagina | http://gamingdirectional.com/privacy-policy |
Ondersteunde Talen | 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" } |