Skribbl Helper
A tool to help you succeed at Skribbl!
Co to jest Skribbl Helper?
Skribbl Helper to rozszerzenie Chrome opracowane przez vinnymeller, a jego główną funkcją jest „A tool to help you succeed at Skribbl!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Skribbl Helper
Pobierz pliki rozszerzeń Skribbl Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ceipgkongjnjgeckhcinapechblgchjb |
| Oficjalny URL | https://chromewebstore.google.com/detail/skribbl-helper/ceipgkongjnjgeckhcinapechblgchjb |
| Opis | A tool to help you succeed at Skribbl! |
| Rozmiar pliku | 5.52 KB |
| Liczba instalacji | 4,059 |
| Aktualna Wersja | 0.0.4 |
| Ostatnia Aktualizacja | 2020-06-08 |
| Data Publikacji | 2020-06-07 |
| Ocena | 3.71/5 Łącznie 7 Oceny |
| Deweloper | vinnymeller |
| Typ Płatności | free |
| Strona Rozszerzenia | https://vinnymeller.com |
| Obsługiwane Języki | 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"
}
} | |