Drawz!!!

A simplistic draw app

什麼是Drawz!!!?

Drawz!!!是由Phillip Salazar開發的Chrome擴展程式,該擴展的主要功能是“A simplistic draw app”。

擴展截圖

screenshot

下載Drawz!!!擴展crx文件

下載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.                    

擴展基本資訊

名稱 Drawz!!! Drawz!!!
ID fngnkbeaophdinhmmocpcoeifeifeieo
官方網址 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\/"
    ]
}