Skribbl Helper

A tool to help you succeed at Skribbl!

Skribbl Helper란 무엇입니까?

Skribbl Helper은(는) vinnymeller에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tool to help you succeed at Skribbl!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Skribbl Helper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Features:

- Adds letter count to the end of the word above the drawing board

- Accounts for spaces, so a word with 5 letters, a space, and 4 letters, will show as (5-4) instead of (10)

- Shows the same text that appears above the drawing board in the text box before you start typing

- Highlights the text box. Yellow means you haven't typed anything wrong, but you don't have enough letters yet. Red means you either have too many letters or a letter you typed doesn't match the order of the letters shown. Green means your letters match what has been shown and you have the correct amount of letters                    

확장 프로그램 기본 정보

이름 Skribbl Helper Skribbl Helper
ID ceipgkongjnjgeckhcinapechblgchjb
공식 URL https://chromewebstore.google.com/detail/skribbl-helper/ceipgkongjnjgeckhcinapechblgchjb
설명 A tool to help you succeed at Skribbl!
파일 크기 5.52 KB
설치 횟수 4,059
현재 버전 0.0.4
최근 업데이트 2020-06-08
출시 날짜 2020-06-07
평점 3.71/5 총 7 개의 평점
개발자 vinnymeller
결제 유형 free
확장 프로그램 웹 사이트 https://vinnymeller.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Skribbl Helper",
    "version": "0.0.4",
    "manifest_version": 2,
    "author": "Vinny Meller",
    "description": "A tool to help you succeed at Skribbl!",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/skribbl.io\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "32": "skribbl-helper-icon.png"
    }
}