Drawz!!!

A simplistic draw app

Drawz!!! là gì?

Drawz!!! là một tiện ích mở rộng Chrome được phát triển bởi Phillip Salazar, và tính năng chính của nó là "A simplistic draw app".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Drawz!!!

Tải xuống các tệp mở rộng Drawz!!! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Drawz!!! Drawz!!!
ID fngnkbeaophdinhmmocpcoeifeifeieo
URL Chính Thức https://chrome.google.com/webstore/detail/drawz/fngnkbeaophdinhmmocpcoeifeifeieo
Mô tả A simplistic draw app
Kích Thước Tệp 323 KB
Số Lần Cài Đặt 494
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-04-04
Ngày Phát Hành 2019-04-04
Đánh Giá 1.85/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Phillip Salazar
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}