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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bear Draws

ดาวน์โหลดไฟล์ส่วนขยาย Bear Draws ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bear Draws Bear Draws
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"
}