Word count

Counts words and characters in selected text

Что такое Word count?

Word count - это расширение Chrome, разработанное trishul.goel, и его основная функция - "Counts words and characters in selected text".

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

screenshot
screenshot

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

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

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

                        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                    

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

Название Word count Word count
ID fccagoceegcmobaejjledllidklajbmc
Официальный URL https://chromewebstore.google.com/detail/word-count/fccagoceegcmobaejjledllidklajbmc
Описание Counts words and characters in selected text
Размер файла 10.85 KB
Количество установок 176
Текущая Версия 1.0.0
Последнее Обновление 2019-01-05
Дата публикации 2019-01-05
Разработчик trishul.goel
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}