Drawz!!!

A simplistic draw app

Was ist Drawz!!!?

Drawz!!! ist eine Chrome-Erweiterung, die von Phillip Salazar entwickelt wurde, und ihr Hauptmerkmal ist "A simplistic draw app".

Erweiterungsscreenshots

screenshot

Drawz!!!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Drawz!!!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This is  simple drawing app. That anyone can use to express there artistic abilities.

How to use: when the icon is press, the extension will ask if want to draw. Click the "Click yes" text. The extension will take you to the drawing app.

In the drawing app, clicking the colorful title will go away. After that it should be self explanatory.                    

Grundlegende Informationen zur Erweiterung

Name Drawz!!! Drawz!!!
ID fngnkbeaophdinhmmocpcoeifeifeieo
Offizielle URL https://chrome.google.com/webstore/detail/drawz/fngnkbeaophdinhmmocpcoeifeifeieo
Beschreibung A simplistic draw app
Dateigröße 323 KB
Installationsanzahl 494
Aktuelle Version 1.0
Letztes Update 2019-04-04
Veröffentlichungsdatum 2019-04-04
Bewertung 1.85/5 Insgesamt 13 Bewertungen
Entwickler Phillip Salazar
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drawz!!!",
    "description": "A simplistic draw app",
    "version": "1.0",
    "browser_action": {
        "default_icon": "compose.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}