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