Word Count

Adds a word count feature to your context menu (i.e. right-click menu).

Что такое Word Count?

Word Count - это расширение Chrome, разработанное Peter Organisciak, и его основная функция - "Adds a word count feature to your context menu (i.e. right-click menu).".

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

screenshot
screenshot

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

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

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

                        Word Count adds an option to your context menu (i.e. the right-click menu) that counts the number of words in text that you have selected. That's it!

Word Count was designed to be small and unobtrusive. Install it an don't worry about it until you need it. 

To use Word Count, select text on a webpage, right-click (or Ctrl+click on Mac), and select 'Count words'.                    

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

Название Word Count Word Count
ID pnngehidikgomgfjbpffonkeimgbpjlh
Официальный URL https://chrome.google.com/webstore/detail/word-count/pnngehidikgomgfjbpffonkeimgbpjlh
Описание Adds a word count feature to your context menu (i.e. right-click menu).
Размер файла 39.6 KB
Количество установок 30,648
Текущая Версия 1.2
Последнее Обновление 2013-02-03
Дата публикации 2013-02-03
Рейтинг 3.27/5 Всего 83 оценок
Разработчик Peter Organisciak
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Count",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Adds a word count feature to your context menu (i.e. right-click menu).",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "count.js"
        ]
    },
    "offline_enabled": true,
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}