Forms Count

Count of the number of forms on the current page

Wat is Forms Count?

Forms Count is een Chrome-extensie ontwikkeld door jeremyfine365, en de belangrijkste functie is "Count of the number of forms on the current page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Forms Count

Download Forms Count-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Forms Count Forms Count
ID cckahkoimnbpflhhobnanhfdihegpedf
Officiële URL https://chrome.google.com/webstore/detail/forms-count/cckahkoimnbpflhhobnanhfdihegpedf
Beschrijving Count of the number of forms on the current page
Bestandsgrootte 47.24 KB
Aantal Installaties 29,184
Huidige Versie 0.1
Laatst Bijgewerkt 2014-04-01
Publicatiedatum 2014-04-01
Beoordeling 2.53/5 Totaal 17 Beoordelingen
Ontwikkelaar jeremyfine365
Betalingswijze free
Ondersteunde Talen 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
}