Drawz!!!
A simplistic draw app
What is Drawz!!!?
Drawz!!! is a Chrome extension developed by Phillip Salazar, and its main feature is "A simplistic draw app".
Extension Screenshots
Download Drawz!!! Extension CRX File
Download Drawz!!! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | fngnkbeaophdinhmmocpcoeifeifeieo |
Official URL | https://chrome.google.com/webstore/detail/drawz/fngnkbeaophdinhmmocpcoeifeifeieo |
Description | A simplistic draw app |
File Size | 323 KB |
Installation Count | 494 |
Current Version | 1.0 |
Last Updated | 2019-04-04 |
Publish Date | 2019-04-04 |
Rating | 1.85/5 Total 13 Ratings |
Developer | Phillip Salazar |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/" ] } |