Forms Count
Count of the number of forms on the current page
Was ist Forms Count?
Forms Count ist eine Chrome-Erweiterung, die von jeremyfine365 entwickelt wurde, und ihr Hauptmerkmal ist "Count of the number of forms on the current page".
Erweiterungsscreenshots
Forms Count-Erweiterungs-CRX-Datei herunterladen
Laden Sie Forms Count-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension simply count form tags on current page. To view the result, just click "Forms Count" at the top of the screen.
Grundlegende Informationen zur Erweiterung
Name | |
ID | cckahkoimnbpflhhobnanhfdihegpedf |
Offizielle URL | https://chrome.google.com/webstore/detail/forms-count/cckahkoimnbpflhhobnanhfdihegpedf |
Beschreibung | Count of the number of forms on the current page |
Dateigröße | 47.24 KB |
Installationsanzahl | 29,184 |
Aktuelle Version | 0.1 |
Letztes Update | 2014-04-01 |
Veröffentlichungsdatum | 2014-04-01 |
Bewertung | 2.53/5 Insgesamt 17 Bewertungen |
Entwickler | jeremyfine365 |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |