Word Counter Plus

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

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

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

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

screenshot
screenshot

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

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

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

                        Word Counter Plus is a simple and useful tool that lets you views stats on selected text.  Simply highlight some text on a webpage, right click on it, and select the Word Counter Plus menu item.  It will tell you the number of words and characters selected as well as the average and longest word length.  Unlike similar word counting extensions, this one does not open an external webpage just to do the counting, nor does it require any permissions.                    

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

Название Word Counter Plus Word Counter Plus
ID fpjegfbcdijjfkceenlfoehpcakfgldj
Официальный URL https://chromewebstore.google.com/detail/word-counter-plus/fpjegfbcdijjfkceenlfoehpcakfgldj
Описание Provides a right click context menu to get stats on the selected text
Размер файла 5.23 KB
Количество установок 179,028
Текущая Версия 1.2
Последнее Обновление 2018-07-21
Дата публикации 2018-07-21
Рейтинг 4.25/5 Всего 99 оценок
Разработчик https://steven-roberts.github.io
Тип оплаты free
Официальный сайт расширения https://github.com/Steven-Roberts/Word-Counter-Plus
URL страницы помощи https://github.com/Steven-Roberts/Word-Counter-Plus/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Counter Plus",
    "version": "1.2",
    "description": "Provides a right click context menu to get stats on the selected text",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "author": "Steven Roberts",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "minimum_chrome_version": "41.0",
    "offline_enabled": true,
    "permissions": [
        "contextMenus"
    ]
}