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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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