Bear Draws
Use this painting extension to create funny looking cartoon painting.
Bear Drawsとは何ですか?
Bear Drawsはhttp://kibiwebgeek.comによって開発されたChromeの拡張機能で、その主な機能は「Use this painting extension to create funny looking cartoon painting.」です。
拡張機能のスクリーンショット
Bear Draws拡張機能のCRXファイルをダウンロード
Bear Draws拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a light weight drawing extension with easy to operate controls that only takes you a few minutes to master. You can either draw line, rectangle or circle on the drawing board! A great painting tool for you to have fun online 拡張機能の基本情報
| 名前 | |
| ID | noocnndlfebkbfjhegijenpalfhdfndn |
| 公式URL | https://chrome.google.com/webstore/detail/bear-draws/noocnndlfebkbfjhegijenpalfhdfndn |
| 説明 | Use this painting extension to create funny looking cartoon painting. |
| ファイルサイズ | 109 KB |
| インストール数 | 389 |
| 現在のバージョン | 2.6 |
| 最終更新日 | 2020-05-08 |
| 公開日 | 2020-05-08 |
| 評価 | 2.40/5 合計 10 レビュー |
| 開発者 | http://kibiwebgeek.com |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://kibiwebgeek.com/bear-draws-main-page/ |
| ヘルプページのURL | https://kibiwebgeek.com/bear-draws-main-page |
| プライバシーポリシーページのURL | http://gamingdirectional.com/privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": {
"19": "images\/19.png",
"38": "images\/38.png"
},
"default_title": "Bear Draws",
"name": "load"
},
"description": "Use this painting extension to create funny looking cartoon painting.",
"icons": {
"128": "images\/map_128x128.png",
"16": "images\/map_16x16.png",
"19": "images\/19.png",
"48": "images\/48.png"
},
"manifest_version": 2,
"name": "Bear Draws",
"permissions": [
"unlimitedStorage"
],
"version": "2.6"
} | |