Forms Count
Count of the number of forms on the current page
What is Forms Count?
Forms Count is a Chrome extension developed by jeremyfine365, and its main feature is "Count of the number of forms on the current page".
Extension Screenshots
Download Forms Count Extension CRX File
Download Forms Count extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension simply count form tags on current page. To view the result, just click "Forms Count" at the top of the screen.
Extension Basic Information
Name | |
ID | cckahkoimnbpflhhobnanhfdihegpedf |
Official URL | https://chrome.google.com/webstore/detail/forms-count/cckahkoimnbpflhhobnanhfdihegpedf |
Description | Count of the number of forms on the current page |
File Size | 47.24 KB |
Installation Count | 29,184 |
Current Version | 0.1 |
Last Updated | 2014-04-01 |
Publish Date | 2014-04-01 |
Rating | 2.53/5 Total 17 Ratings |
Developer | jeremyfine365 |
Payment Type | free |
Supported Languages | 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 } |