Bear Draws
Use this painting extension to create funny looking cartoon painting.
Co to jest Bear Draws?
Bear Draws to rozszerzenie Chrome opracowane przez http://kibiwebgeek.com, a jego główną funkcją jest „Use this painting extension to create funny looking cartoon painting.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bear Draws
Pobierz pliki rozszerzeń Bear Draws w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | noocnndlfebkbfjhegijenpalfhdfndn |
Oficjalny URL | https://chrome.google.com/webstore/detail/bear-draws/noocnndlfebkbfjhegijenpalfhdfndn |
Opis | Use this painting extension to create funny looking cartoon painting. |
Rozmiar pliku | 109 KB |
Liczba instalacji | 389 |
Aktualna Wersja | 2.6 |
Ostatnia Aktualizacja | 2020-05-08 |
Data Publikacji | 2020-05-08 |
Ocena | 2.40/5 Łącznie 10 Oceny |
Deweloper | http://kibiwebgeek.com |
Typ Płatności | free |
Strona Rozszerzenia | https://kibiwebgeek.com/bear-draws-main-page/ |
Adres URL Strony Pomocy | https://kibiwebgeek.com/bear-draws-main-page |
Adres URL Strony Polityki Prywatności | http://gamingdirectional.com/privacy-policy |
Obsługiwane Języki | 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" } |