Word count
Counts words and characters in selected text
Co to jest Word count?
Word count to rozszerzenie Chrome opracowane przez trishul.goel, a jego główną funkcją jest „Counts words and characters in selected text”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Word count
Pobierz pliki rozszerzeń Word count 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
Select any text, right click and select word count from menu. Know number of words and characters in your selected text. Features - 1. Takes care of multi spaces 2. Takes care of special characters 3. Easy to use
Podstawowe informacje o rozszerzeniu
Nazwa | Word count |
ID | fccagoceegcmobaejjledllidklajbmc |
Oficjalny URL | https://chromewebstore.google.com/detail/word-count/fccagoceegcmobaejjledllidklajbmc |
Opis | Counts words and characters in selected text |
Rozmiar pliku | 10.85 KB |
Liczba instalacji | 176 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2019-01-05 |
Data Publikacji | 2019-01-05 |
Deweloper | trishul.goel |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word count", "description": "Counts words and characters in selected text", "version": "1.0.0", "icons": { "32": "icons\/icon_32.png", "128": "icons\/icon_128.png", "64": "icons\/icon_64.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "notifications" ] } |