Word counter
This extension helps to count words and sentences of a selected text in the page.
Co to jest Word counter?
Word counter to rozszerzenie Chrome opracowane przez https://techytarget.blogspot.com, a jego główną funkcją jest „This extension helps to count words and sentences of a selected text in the page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Word counter
Pobierz pliki rozszerzeń Word counter 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
This extension helps to count characters, words, syllables and sentences of a selected text in the page. It also calculate the Flesch readability score of the text. The Flesch readability score distinguish the level of understanding of a text for audience. If the score is less than 30, the text is distinguished difficult. If the score is greater than 90, the text is distinguished easy and if it is between 30 and 90 it is moderate.
Podstawowe informacje o rozszerzeniu
Nazwa | Word counter |
ID | cgfjdjopdhopjgbcinafnfpcpjfeaidm |
Oficjalny URL | https://chromewebstore.google.com/detail/word-counter/cgfjdjopdhopjgbcinafnfpcpjfeaidm |
Opis | This extension helps to count words and sentences of a selected text in the page. |
Rozmiar pliku | 22.14 KB |
Liczba instalacji | 124 |
Aktualna Wersja | 4.0 |
Ostatnia Aktualizacja | 2016-07-05 |
Data Publikacji | 2016-07-04 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | https://techytarget.blogspot.com |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word counter", "short_name": "Word count", "description": "This extension helps to count words and sentences of a selected text in the page.", "version": "4.0", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Word counter" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |