Word Counter
Displays word count in the extensions toolbar.
Что такое Word Counter?
Word Counter - это расширение Chrome, разработанное chriham3, и его основная функция - "Displays word count in the extensions toolbar.".
Снимки экрана расширения
Скачать файл CRX расширения Word Counter
Скачайте файлы расширений Word Counter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Simple word counting extension. Simply select the text you wish to count, and the word count will appear on the icon at the extensions bar in the top right corner.
Основная информация о расширении
Название | Word Counter |
ID | ipmlaaleafabnehpmokomegjjodbmoik |
Официальный URL | https://chromewebstore.google.com/detail/word-counter/ipmlaaleafabnehpmokomegjjodbmoik |
Описание | Displays word count in the extensions toolbar. |
Размер файла | 9.84 KB |
Количество установок | 411 |
Текущая Версия | 0.2 |
Последнее Обновление | 2017-12-05 |
Дата публикации | 2017-12-04 |
Рейтинг | 4.00/5 Всего 7 оценок |
Разработчик | chriham3 |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Counter", "description": "Displays word count in the extensions toolbar.", "version": "0.2", "permissions": [ "activeTab" ], "icons": { "32": "icon32.png", "48": "icon32.png", "128": "icon32.png" }, "browser_action": { "default_icon": "icon32.png", "default_title": "Word Counter", "default_popup": "instructions.html" }, "content_scripts": [ { "matches": [ " |