Bear Draws

Use this painting extension to create funny looking cartoon painting.

O que é Bear Draws?

Bear Draws é uma extensão do Chrome desenvolvida por http://kibiwebgeek.com, e sua principal característica é "Use this painting extension to create funny looking cartoon painting.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Bear Draws

Baixe arquivos de extensão Bear Draws no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Bear Draws Bear Draws
ID noocnndlfebkbfjhegijenpalfhdfndn
URL Oficial https://chrome.google.com/webstore/detail/bear-draws/noocnndlfebkbfjhegijenpalfhdfndn
Descrição Use this painting extension to create funny looking cartoon painting.
Tamanho do Arquivo 109 KB
Contagem de Instalações 389
Versão Atual 2.6
Última Atualização 2020-05-08
Data de Publicação 2020-05-08
Classificação 2.40/5 Total de 10 Avaliações
Desenvolvedor http://kibiwebgeek.com
Tipo de Pagamento free
Site da Extensão https://kibiwebgeek.com/bear-draws-main-page/
URL da Página de Ajuda https://kibiwebgeek.com/bear-draws-main-page
URL da Página de Política de Privacidade http://gamingdirectional.com/privacy-policy
Idiomas Suportados 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"
}