Bear Draws

Use this painting extension to create funny looking cartoon painting.

什麼是Bear Draws?

Bear Draws是由http://kibiwebgeek.com開發的Chrome擴展程式,該擴展的主要功能是“Use this painting extension to create funny looking cartoon painting.”。

擴展截圖

screenshot
screenshot

下載Bear Draws擴展crx文件

下載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
官方網址 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"
}