Bear Draws

Use this painting extension to create funny looking cartoon painting.

Qu'est-ce que Bear Draws ?

Bear Draws est une extension Chrome développée par http://kibiwebgeek.com, et sa fonction principale est "Use this painting extension to create funny looking cartoon painting.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Bear Draws

Téléchargez les fichiers d'extension Bear Draws au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Bear Draws Bear Draws
ID noocnndlfebkbfjhegijenpalfhdfndn
URL Officiel https://chrome.google.com/webstore/detail/bear-draws/noocnndlfebkbfjhegijenpalfhdfndn
Description Use this painting extension to create funny looking cartoon painting.
Taille du Fichier 109 KB
Nombre d'Installations 389
Version Actuelle 2.6
Dernière Mise à Jour 2020-05-08
Date de Publication 2020-05-08
Évaluation 2.40/5 Total 10 Évaluations
Développeur http://kibiwebgeek.com
Type de Paiement free
Site Web de l'Extension https://kibiwebgeek.com/bear-draws-main-page/
URL de la Page d'Aide https://kibiwebgeek.com/bear-draws-main-page
URL de la Page de Politique de Confidentialité http://gamingdirectional.com/privacy-policy
Langues Prises en Charge 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"
}