Skribbl Helper

A tool to help you succeed at Skribbl!

Что такое Skribbl Helper?

Skribbl Helper - это расширение Chrome, разработанное vinnymeller, и его основная функция - "A tool to help you succeed at Skribbl!".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Skribbl Helper

Скачайте файлы расширений Skribbl Helper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    }
}