WordCount

Count words and characters in your writing with ease!!

Что такое WordCount?

WordCount - это расширение Chrome, разработанное Andrew Aske, и его основная функция - "Count words and characters in your writing with ease!!".

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

screenshot

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

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

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

                        This extension provides you with both word and character counts. All you have to do is pull up the extension anywhere on chrome, copy and paste your text and press Count!                    

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

Название WordCount WordCount
ID kjdeaahpjfnibdgcnikjifeibjiehkpc
Официальный URL https://chromewebstore.google.com/detail/wordcount/kjdeaahpjfnibdgcnikjifeibjiehkpc
Описание Count words and characters in your writing with ease!!
Размер файла 24.25 KB
Количество установок 335
Текущая Версия 1.0
Последнее Обновление 2020-12-30
Дата публикации 2020-12-29
Разработчик Andrew Aske
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordCount",
    "author": "Andrew Aske",
    "description": "Count words and characters in your writing with ease!!",
    "version": "1.0",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "WordCount"
    }
}