Word counter
This extension helps to count words and sentences of a selected text in the page.
Что такое Word counter?
Word counter - это расширение Chrome, разработанное https://techytarget.blogspot.com, и его основная функция - "This extension helps to count words and sentences of a selected text in the page.".
Снимки экрана расширения
Скачать файл CRX расширения Word counter
Скачайте файлы расширений Word counter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Word counter |
ID | cgfjdjopdhopjgbcinafnfpcpjfeaidm |
Официальный URL | https://chromewebstore.google.com/detail/word-counter/cgfjdjopdhopjgbcinafnfpcpjfeaidm |
Описание | This extension helps to count words and sentences of a selected text in the page. |
Размер файла | 22.14 KB |
Количество установок | 124 |
Текущая Версия | 4.0 |
Последнее Обновление | 2016-07-05 |
Дата публикации | 2016-07-04 |
Рейтинг | 1.00/5 Всего 1 оценок |
Разработчик | https://techytarget.blogspot.com |
Тип оплаты | free |
Поддерживаемые языки | 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\/" ] } |