Bear Draws

Use this painting extension to create funny looking cartoon painting.

Bear Draws là gì?

Bear Draws là một tiện ích mở rộng Chrome được phát triển bởi http://kibiwebgeek.com, và tính năng chính của nó là "Use this painting extension to create funny looking cartoon painting.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bear Draws

Tải xuống các tệp mở rộng Bear Draws dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bear Draws Bear Draws
ID noocnndlfebkbfjhegijenpalfhdfndn
URL Chính Thức https://chrome.google.com/webstore/detail/bear-draws/noocnndlfebkbfjhegijenpalfhdfndn
Mô tả Use this painting extension to create funny looking cartoon painting.
Kích Thước Tệp 109 KB
Số Lần Cài Đặt 389
Phiên Bản Hiện Tại 2.6
Cập Nhật Lần Cuối 2020-05-08
Ngày Phát Hành 2020-05-08
Đánh Giá 2.40/5 Tổng số 10 Đánh Giá
Nhà Phát Triển http://kibiwebgeek.com
Loại Thanh Toán free
Trang Web Mở Rộng https://kibiwebgeek.com/bear-draws-main-page/
URL Trang Trợ Giúp https://kibiwebgeek.com/bear-draws-main-page
URL Trang Chính Sách Bảo Mật http://gamingdirectional.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}