Drawz!!!
A simplistic draw app
Hvad er Drawz!!!?
Drawz!!! er en Chrome-udvidelse udviklet af Phillip Salazar, og dens hovedfunktion er "A simplistic draw app".
Udvidelsesskærmbilleder
Download Drawz!!!-udvidelses-CRX-fil
Download Drawz!!!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | fngnkbeaophdinhmmocpcoeifeifeieo |
Officiel URL | https://chrome.google.com/webstore/detail/drawz/fngnkbeaophdinhmmocpcoeifeifeieo |
Beskrivelse | A simplistic draw app |
Filstørrelse | 323 KB |
Antal Installationer | 494 |
Nuværende Version | 1.0 |
Senest Opdateret | 2019-04-04 |
Udgivelsesdato | 2019-04-04 |
Bedømmelse | 1.85/5 Samlet 13 Bedømmelser |
Udvikler | Phillip Salazar |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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\/" ] } |