Drawz!!!
A simplistic draw app
Wat is Drawz!!!?
Drawz!!! is een Chrome-extensie ontwikkeld door Phillip Salazar, en de belangrijkste functie is "A simplistic draw app".
Extensie Screenshots
Download het CRX-bestand van de extensie Drawz!!!
Download Drawz!!!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | fngnkbeaophdinhmmocpcoeifeifeieo |
Officiële URL | https://chrome.google.com/webstore/detail/drawz/fngnkbeaophdinhmmocpcoeifeifeieo |
Beschrijving | A simplistic draw app |
Bestandsgrootte | 323 KB |
Aantal Installaties | 494 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-04-04 |
Publicatiedatum | 2019-04-04 |
Beoordeling | 1.85/5 Totaal 13 Beoordelingen |
Ontwikkelaar | Phillip Salazar |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } |