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
公式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
Eメール [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\/"
    ]
}