Bear Draws
Use this painting extension to create funny looking cartoon painting.
Apa itu Bear Draws?
Bear Draws adalah ekstensi Chrome yang dikembangkan oleh http://kibiwebgeek.com, dan fitur utamanya adalah "Use this painting extension to create funny looking cartoon painting.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bear Draws
Unduh file ekstensi Bear Draws dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | noocnndlfebkbfjhegijenpalfhdfndn |
URL Resmi | https://chrome.google.com/webstore/detail/bear-draws/noocnndlfebkbfjhegijenpalfhdfndn |
Deskripsi | Use this painting extension to create funny looking cartoon painting. |
Ukuran File | 109 KB |
Jumlah Instalasi | 389 |
Versi Saat Ini | 2.6 |
Terakhir Diperbarui | 2020-05-08 |
Tanggal Publikasi | 2020-05-08 |
Penilaian | 2.40/5 Total 10 Penilaian |
Pengembang | http://kibiwebgeek.com |
Tipe Pembayaran | free |
Situs Ekstensi | https://kibiwebgeek.com/bear-draws-main-page/ |
URL Halaman Bantuan | https://kibiwebgeek.com/bear-draws-main-page |
URL Halaman Kebijakan Privasi | http://gamingdirectional.com/privacy-policy |
Bahasa yang Didukung | 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" } |