AutoDraw for skribbl.io

Auto draws images in pictionary game skribbl.io.

AutoDraw for skribbl.io란 무엇입니까?

AutoDraw for skribbl.io은(는) galehouse5에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto draws images in pictionary game skribbl.io."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

AutoDraw for skribbl.io 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Updates:
- Now works with Skribbl's December 2022 UI changes

How to use:
 1. Search for an image using Google (https://images.google.com)
 2. Drag and drop it onto the canvas
 3. Sit back and relax

Tips:
 - Simple images, like clip art, draw the fastest
 - Draws best with Chrome maximized

Is AutoDraw active?
If the extension's starfish icon has color then it's active. Just drag and drop an image onto the canvas when it's your turn to draw.                    

확장 프로그램 기본 정보

이름 AutoDraw for skribbl.io AutoDraw for skribbl.io
ID bpnefockcbbpkbahgkkacjmebfheacjb
공식 URL https://chromewebstore.google.com/detail/autodraw-for-skribblio/bpnefockcbbpkbahgkkacjmebfheacjb
설명 Auto draws images in pictionary game skribbl.io.
파일 크기 11.69 KB
설치 횟수 285,247
현재 버전 0.3.1
최근 업데이트 2023-01-04
출시 날짜 2020-05-07
평점 3.59/5 총 237 개의 평점
개발자 galehouse5
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/galehouse5/skribbl-io-autodraw
도움말 페이지 URL https://github.com/galehouse5/skribbl-io-autodraw/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoDraw for skribbl.io",
    "description": "Auto draws images in pictionary game skribbl.io.",
    "version": "0.3.1",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/skribbl.io\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "dist\/main.js"
            ]
        }
    ],
    "homepage_url": "https:\/\/github.com\/galehouse5\/skribbl-io-autodraw"
}