Bear Draws
Use this painting extension to create funny looking cartoon painting.
Bear Draws क्या है?
Bear Draws http://kibiwebgeek.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use this painting extension to create funny looking cartoon painting."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bear Draws एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/ |
सहायता पृष्ठ URL | https://kibiwebgeek.com/bear-draws-main-page |
गोपनीयता नीति पृष्ठ URL | 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" } |