Bear Draws
Use this painting extension to create funny looking cartoon painting.
Was ist Bear Draws?
Bear Draws ist eine Chrome-Erweiterung, die von http://kibiwebgeek.com entwickelt wurde, und ihr Hauptmerkmal ist "Use this painting extension to create funny looking cartoon painting.".
Erweiterungsscreenshots
Bear Draws-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bear Draws-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | noocnndlfebkbfjhegijenpalfhdfndn |
Offizielle URL | https://chrome.google.com/webstore/detail/bear-draws/noocnndlfebkbfjhegijenpalfhdfndn |
Beschreibung | Use this painting extension to create funny looking cartoon painting. |
Dateigröße | 109 KB |
Installationsanzahl | 389 |
Aktuelle Version | 2.6 |
Letztes Update | 2020-05-08 |
Veröffentlichungsdatum | 2020-05-08 |
Bewertung | 2.40/5 Insgesamt 10 Bewertungen |
Entwickler | http://kibiwebgeek.com |
Zahlungsart | free |
Erweiterungswebsite | https://kibiwebgeek.com/bear-draws-main-page/ |
Hilfeseite URL | https://kibiwebgeek.com/bear-draws-main-page |
URL der Datenschutzrichtlinien-Seite | http://gamingdirectional.com/privacy-policy |
Unterstützte Sprachen | 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" } |