Word Counter Page

This extension counter words from current page

Что такое Word Counter Page?

Word Counter Page - это расширение Chrome, разработанное Adriano Chambel, и его основная функция - "This extension counter words from current page".

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

screenshot

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

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

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

                        You've browsed a page whose text would like to know the most common words?
Well, this extension has this purpose. When you want to count how many words there are in webpage, simply click the Word Counter Page icon. This is especially useful in language learning.                    

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

Название Word Counter Page Word Counter Page
ID hnifbghokmpgedhkgmabjgmehkcmjoao
Официальный URL https://chromewebstore.google.com/detail/word-counter-page/hnifbghokmpgedhkgmabjgmehkcmjoao
Описание This extension counter words from current page
Размер файла 98.81 KB
Количество установок 6,849
Текущая Версия 1.1
Последнее Обновление 2016-06-10
Дата публикации 2016-06-10
Рейтинг 4.33/5 Всего 6 оценок
Разработчик Adriano Chambel
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en,fr,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "pt_BR",
    "version": "1.1",
    "author": "Adriano Chambel M. de Lima ",
    "homepage_url": "https:\/\/github.com\/achambel\/word-counter-page",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_defaultTitle__"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}