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文件

下載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
官方網址 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"
    }
}