Counting Characters - #1 Letter & Word Count

#1 Character, Letter & Word Counter Tool - Help to count letters, characters & words (UPPERCASE, Titlecase & lowercase converter).

Что такое Counting Characters - #1 Letter & Word Count?

Counting Characters - #1 Letter & Word Count - это расширение Chrome, разработанное https://www.countingcharacters.com, и его основная функция - "#1 Character, Letter & Word Counter Tool - Help to count letters, characters & words (UPPERCASE, Titlecase & lowercase converter).".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Counting Characters - #1 Letter & Word Count

Скачайте файлы расширений Counting Characters - #1 Letter & Word Count в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Counting Characters is a free character count online extension that gives you instant results(total characters, total characters without spaces, total white spaces and total words) of given text or selected text. (www.countingcharacters.com)

New: Website Word Count - With our new feature, you can count the total words of the web page on one click.

Why should you choose this extension(Counting Characters)?
# This extension is free to use.
# Also work in offline.
# It gives you real-time results of given text.
# Count characters and words by selecting text from the context(right-click) menu.
# Case Converter
# UPPERCASE Converter
# Lowercase Converter
# Titlecase Converter
# Our extension is best for the writers and bloggers.                    

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

Название Counting Characters - #1 Letter & Word Count Counting Characters - #1 Letter & Word Count
ID gmaddeabdjpmjkghhhhfdkeemfcnknpl
Официальный URL https://chromewebstore.google.com/detail/counting-characters-1-let/gmaddeabdjpmjkghhhhfdkeemfcnknpl
Описание #1 Character, Letter & Word Counter Tool - Help to count letters, characters & words (UPPERCASE, Titlecase & lowercase converter).
Размер файла 269 KB
Количество установок 32,822
Текущая Версия 1.1.6
Последнее Обновление 2019-02-03
Дата публикации 2019-02-03
Рейтинг 3.76/5 Всего 34 оценок
Разработчик https://www.countingcharacters.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.countingcharacters.com/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Counting Characters - #1 Letter & Word Count",
    "version": "1.1.6",
    "description": "#1 Character, Letter & Word Counter Tool - Help to count letters, characters & words (UPPERCASE, Titlecase & lowercase converter).",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "title": "CountingCharacters.com",
        "default_icon": "icon16.png",
        "default_popup": "main.html"
    },
    "background": {
        "scripts": [
            "js\/backgroundpage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "notifications",
        "storage",
        "contextMenus",
        "tabs",
        "activeTab"
    ],
    "offline_enabled": true,
    "incognito": "split"
}