Drawz!!!
A simplistic draw app
什么是Drawz!!!?
Drawz!!!是由Phillip Salazar开发的Chrome扩展程序,该扩展的主要功能是“A simplistic draw app”。
扩展截图
下载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.
扩展基本信息
名称 | |
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\/" ] } |