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