Bear Draws
Use this painting extension to create funny looking cartoon painting.
ما هو Bear Draws؟
Bear Draws هو إضافة Chrome تم تطويرها بواسطة http://kibiwebgeek.com، والميزة الرئيسية لها هي "Use this painting extension to create funny looking cartoon painting.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bear Draws
قم بتنزيل ملفات الامتداد Bear Draws بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | |
ID | noocnndlfebkbfjhegijenpalfhdfndn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/bear-draws/noocnndlfebkbfjhegijenpalfhdfndn |
الوصف | Use this painting extension to create funny looking cartoon painting. |
حجم الملف | 109 KB |
عدد التثبيتات | 389 |
النسخة الحالية | 2.6 |
آخر تحديث | 2020-05-08 |
تاريخ النشر | 2020-05-08 |
تقييم | 2.40/5 مجموع تقييمات 10 |
المطور | http://kibiwebgeek.com |
نوع الدفع | free |
موقع الإضافة | https://kibiwebgeek.com/bear-draws-main-page/ |
عنوان صفحة المساعدة | https://kibiwebgeek.com/bear-draws-main-page |
عنوان صفحة سياسة الخصوصية | http://gamingdirectional.com/privacy-policy |
اللغات المدعومة | 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" } |