Bear Draws
Use this painting extension to create funny looking cartoon painting.
Co je Bear Draws?
Bear Draws je rozšíření Chrome vyvinuté http://kibiwebgeek.com, a jeho hlavní funkcí je „Use this painting extension to create funny looking cartoon painting.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Bear Draws
Stáhněte si soubory rozšíření Bear Draws ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | noocnndlfebkbfjhegijenpalfhdfndn |
Oficiální URL | https://chrome.google.com/webstore/detail/bear-draws/noocnndlfebkbfjhegijenpalfhdfndn |
Popis | Use this painting extension to create funny looking cartoon painting. |
Velikost souboru | 109 KB |
Počet instalací | 389 |
Aktuální Verze | 2.6 |
Poslední Aktualizace | 2020-05-08 |
Datum Vydání | 2020-05-08 |
Hodnocení | 2.40/5 Celkem 10 Hodnocení |
Vývojář | http://kibiwebgeek.com |
Typ Platby | free |
Webové stránky Rozšíření | https://kibiwebgeek.com/bear-draws-main-page/ |
URL Stránky Nápovědy | https://kibiwebgeek.com/bear-draws-main-page |
URL Stránky Zásad Ochrany Soukromí | http://gamingdirectional.com/privacy-policy |
Podporované Jazyky | 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" } |