Drawz!!!
A simplistic draw app
Drawz!!!คืออะไร?
Drawz!!! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Phillip Salazar และคุณลักษณะหลักของมันคือ "A simplistic draw app"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Drawz!!!
ดาวน์โหลดไฟล์ส่วนขยาย Drawz!!! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/" ] } |