Drawz!!!
A simplistic draw app
Apa itu Drawz!!!?
Drawz!!! adalah ekstensi Chrome yang dikembangkan oleh Phillip Salazar, dan fitur utamanya adalah "A simplistic draw app".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Drawz!!!
Unduh file ekstensi Drawz!!! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | fngnkbeaophdinhmmocpcoeifeifeieo |
URL Resmi | https://chrome.google.com/webstore/detail/drawz/fngnkbeaophdinhmmocpcoeifeifeieo |
Deskripsi | A simplistic draw app |
Ukuran File | 323 KB |
Jumlah Instalasi | 494 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2019-04-04 |
Tanggal Publikasi | 2019-04-04 |
Penilaian | 1.85/5 Total 13 Penilaian |
Pengembang | Phillip Salazar |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/" ] } |