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 } |