Forms Count

Count of the number of forms on the current page

Что такое Forms Count?

Forms Count - это расширение Chrome, разработанное jeremyfine365, и его основная функция - "Count of the number of forms on the current page".

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

screenshot

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

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

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

                        This extension simply count form tags on current page. To view the result, just click "Forms Count" at the top of the screen.                    

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

Название Forms Count Forms Count
ID cckahkoimnbpflhhobnanhfdihegpedf
Официальный URL https://chrome.google.com/webstore/detail/forms-count/cckahkoimnbpflhhobnanhfdihegpedf
Описание Count of the number of forms on the current page
Размер файла 47.24 KB
Количество установок 29,184
Текущая Версия 0.1
Последнее Обновление 2014-04-01
Дата публикации 2014-04-01
Рейтинг 2.53/5 Всего 17 оценок
Разработчик jeremyfine365
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Forms Count",
    "description": "Count of the number of forms on the current page",
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Forms Count"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}