Forms Count

Count of the number of forms on the current page

Co to jest Forms Count?

Forms Count to rozszerzenie Chrome opracowane przez jeremyfine365, a jego główną funkcją jest „Count of the number of forms on the current page”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Forms Count

Pobierz pliki rozszerzeń Forms Count w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Forms Count Forms Count
ID cckahkoimnbpflhhobnanhfdihegpedf
Oficjalny URL https://chrome.google.com/webstore/detail/forms-count/cckahkoimnbpflhhobnanhfdihegpedf
Opis Count of the number of forms on the current page
Rozmiar pliku 47.24 KB
Liczba instalacji 29,184
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2014-04-01
Data Publikacji 2014-04-01
Ocena 2.53/5 Łącznie 17 Oceny
Deweloper jeremyfine365
Typ Płatności free
Obsługiwane Języki 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
}