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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |