Count the length of the character

Count the length of the characters typed.

Что такое Count the length of the character?

Count the length of the character - это расширение Chrome, разработанное T.F, и его основная функция - "Count the length of the characters typed.".

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

screenshot

Скачать файл CRX расширения Count the length of the character

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

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

                        This extension can count typed string length.                    

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

Название Count the length of the character Count the length of the character
ID npkaienhmoflhlomhgffcnlfeeiilmcf
Официальный URL https://chromewebstore.google.com/detail/count-the-length-of-the-c/npkaienhmoflhlomhgffcnlfeeiilmcf
Описание Count the length of the characters typed.
Размер файла 7.36 KB
Количество установок 913
Текущая Версия 0.1
Последнее Обновление 2013-11-01
Дата публикации 2013-10-31
Рейтинг 5.00/5 Всего 1 оценок
Разработчик T.F
Тип оплаты free
Поддерживаемые языки en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "version": "0.1",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_icon": "icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/popup.js"
        ],
        "persistent": false
    }
}