Bear Draws

Use this painting extension to create funny looking cartoon painting.

Cos'è Bear Draws?

Bear Draws è un'estensione di Chrome sviluppata da http://kibiwebgeek.com, e la sua funzione principale è "Use this painting extension to create funny looking cartoon painting.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Bear Draws

Scarica i file di estensione Bear Draws in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Bear Draws Bear Draws
ID noocnndlfebkbfjhegijenpalfhdfndn
URL Ufficiale https://chrome.google.com/webstore/detail/bear-draws/noocnndlfebkbfjhegijenpalfhdfndn
Descrizione Use this painting extension to create funny looking cartoon painting.
Dimensione del File 109 KB
Conteggio Installazioni 389
Versione Corrente 2.6
Ultimo Aggiornamento 2020-05-08
Data di Pubblicazione 2020-05-08
Valutazione 2.40/5 Totale 10 Valutazioni
Sviluppatore http://kibiwebgeek.com
Tipo di Pagamento free
Sito Web dell'Estensione https://kibiwebgeek.com/bear-draws-main-page/
URL della Pagina di Aiuto https://kibiwebgeek.com/bear-draws-main-page
URL della Pagina della Politica sulla Privacy http://gamingdirectional.com/privacy-policy
Lingue Supportate 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"
}