Drawz!!!
A simplistic draw app
Vad är Drawz!!!?
Drawz!!! är en Chrome-tillägg utvecklad av Phillip Salazar, och dess huvudfunktion är "A simplistic draw app".
Tilläggsskärmbilder
Ladda ner Drawz!!!-förlängningens CRX-fil
Ladda ner Drawz!!!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | fngnkbeaophdinhmmocpcoeifeifeieo |
Officiell webbadress | https://chrome.google.com/webstore/detail/drawz/fngnkbeaophdinhmmocpcoeifeifeieo |
Beskrivning | A simplistic draw app |
Filstorlek | 323 KB |
Antal Installationer | 494 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2019-04-04 |
Publiceringsdatum | 2019-04-04 |
Betyg | 1.85/5 Totalt 13 Betyg |
Utvecklare | Phillip Salazar |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/" ] } |