Drawz!!!
A simplistic draw app
ما هو Drawz!!!؟
Drawz!!! هو إضافة Chrome تم تطويرها بواسطة Phillip Salazar، والميزة الرئيسية لها هي "A simplistic draw app".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Drawz!!!
قم بتنزيل ملفات الامتداد Drawz!!! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | fngnkbeaophdinhmmocpcoeifeifeieo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/drawz/fngnkbeaophdinhmmocpcoeifeifeieo |
الوصف | A simplistic draw app |
حجم الملف | 323 KB |
عدد التثبيتات | 494 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-04-04 |
تاريخ النشر | 2019-04-04 |
تقييم | 1.85/5 مجموع تقييمات 13 |
المطور | Phillip Salazar |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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\/" ] } |