Forms Count
Count of the number of forms on the current page
什么是Forms Count?
Forms Count是由jeremyfine365开发的Chrome扩展程序,该扩展的主要功能是“Count of the number of forms on the current page”。
扩展截图
下载Forms Count扩展crx文件
下载Forms Count扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension simply count form tags on current page. To view the result, just click "Forms Count" at the top of the screen.
扩展基本信息
名称 | |
ID | cckahkoimnbpflhhobnanhfdihegpedf |
官方URL | https://chrome.google.com/webstore/detail/forms-count/cckahkoimnbpflhhobnanhfdihegpedf |
简介 | Count of the number of forms on the current page |
文件大小 | 47.24 KB |
安装次数 | 29,184 |
当前版本 | 0.1 |
更新时间 | 2014-04-01 |
上架时间 | 2014-04-01 |
评分 | 2.53/5 共17次评分 |
开发者 | jeremyfine365 |
付费类型 | free |
支持的语言 | 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 } |