Skribbl Helper
A tool to help you succeed at Skribbl!
什么是Skribbl Helper?
Skribbl Helper是由vinnymeller开发的Chrome扩展程序,该扩展的主要功能是“A tool to help you succeed at Skribbl!”。
扩展截图
下载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                     扩展基本信息
| 名称 |  | 
| 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"
    }
} | |