Forms Count

Count of the number of forms on the current page

Vad är Forms Count?

Forms Count är en Chrome-tillägg utvecklad av jeremyfine365, och dess huvudfunktion är "Count of the number of forms on the current page".

Tilläggsskärmbilder

screenshot

Ladda ner Forms Count-förlängningens CRX-fil

Ladda ner Forms Count-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Forms Count Forms Count
ID cckahkoimnbpflhhobnanhfdihegpedf
Officiell webbadress https://chrome.google.com/webstore/detail/forms-count/cckahkoimnbpflhhobnanhfdihegpedf
Beskrivning Count of the number of forms on the current page
Filstorlek 47.24 KB
Antal Installationer 29,184
Aktuell Version 0.1
Senast Uppdaterad 2014-04-01
Publiceringsdatum 2014-04-01
Betyg 2.53/5 Totalt 17 Betyg
Utvecklare jeremyfine365
Betalningssätt free
Stödda Språk 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
}