Word Counter Pro

Provides a right click context menu to get stats on the selected text

Что такое Word Counter Pro?

Word Counter Pro - это расширение Chrome, разработанное https://smalltoolstation.com, и его основная функция - "Provides a right click context menu to get stats on the selected text".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Word Counter Pro

Скачайте файлы расширений Word Counter Pro в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Small tool station word counter pro chrome extension provides a right click context menu to get stats on the selected text.
Word Counter Pro is a simple and useful tool that lets you views stats on selected text.  

How to use it: 
highlight some text on a any webpage then Right click on it, and menu context appear choose word counter pro item. and It will show you the number of your selected words,characters as well as the average & longest word length.  
Unlike other word counting chrome extensions, Word counter pro does not open an external webpage just for the counting, nor does it require any permissions.                    

Основная информация о расширении

Название Word Counter Pro Word Counter Pro
ID pjckaihabdegbiljbdmbfiggeifgoeph
Официальный URL https://chromewebstore.google.com/detail/word-counter-pro/pjckaihabdegbiljbdmbfiggeifgoeph
Описание Provides a right click context menu to get stats on the selected text
Размер файла 9.5 KB
Количество установок 257
Текущая Версия 1.0
Последнее Обновление 2019-11-06
Дата публикации 2019-11-06
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://smalltoolstation.com
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://smalltoolstation.com/contact-us
URL страницы политики конфиденциальности https://smalltoolstation.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "assets\/background.js"
        ]
    },
    "description": "Provides a right click context menu to get stats on the selected text",
    "icons": {
        "128": "assets\/icon-128.png",
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "Word Counter Pro",
    "offline_enabled": true,
    "permissions": [
        "contextMenus"
    ],
    "version": "1.0"
}