Forms Count

Count of the number of forms on the current page

Qu'est-ce que Forms Count ?

Forms Count est une extension Chrome développée par jeremyfine365, et sa fonction principale est "Count of the number of forms on the current page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Forms Count

Téléchargez les fichiers d'extension Forms Count au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Forms Count Forms Count
ID cckahkoimnbpflhhobnanhfdihegpedf
URL Officiel https://chrome.google.com/webstore/detail/forms-count/cckahkoimnbpflhhobnanhfdihegpedf
Description Count of the number of forms on the current page
Taille du Fichier 47.24 KB
Nombre d'Installations 29,184
Version Actuelle 0.1
Dernière Mise à Jour 2014-04-01
Date de Publication 2014-04-01
Évaluation 2.53/5 Total 17 Évaluations
Développeur jeremyfine365
Type de Paiement free
Langues Prises en Charge 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
}