Word Count
Counts the words in the document selection and text entry.
Что такое Word Count?
Word Count - это расширение Chrome, разработанное shawn.hoover, и его основная функция - "Counts the words in the document selection and text entry.".
Снимки экрана расширения
Скачать файл CRX расширения Word Count
Скачайте файлы расширений Word Count в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Counts the words in the document selection and text entry. The count is displayed in an icon in the location bar. Use this to track word counts as you type or if you're curious how many words are in part of a web page.
Основная информация о расширении
Название | |
ID | cipmjkgfjmkcmjfoidhpjfoihkgggmfk |
Официальный URL | https://chrome.google.com/webstore/detail/word-count/cipmjkgfjmkcmjfoidhpjfoihkgggmfk |
Описание | Counts the words in the document selection and text entry. |
Размер файла | 9.76 KB |
Количество установок | 195 |
Текущая Версия | 0.4 |
Последнее Обновление | 2015-07-30 |
Дата публикации | 2015-07-30 |
Рейтинг | 3.14/5 Всего 7 оценок |
Разработчик | shawn.hoover |
Тип оплаты | free |
Официальный сайт расширения | https://bitbucket.org/shoover/word-count-ext |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word Count", "version": "0.4", "author": "Shawn Hoover", "manifest_version": 2, "description": "Counts the words in the document selection and text entry.", "icons": { "64": "logo64.png", "128": "logo128.png" }, "permissions": [ "tabs" ], "page_action": { "default_title": "Word Count" }, "content_scripts": [ { "matches": [ " |