Hidden Form Finder
See all Hidden Fields on the Page!
Hidden Form Finder là gì?
Hidden Form Finder là một tiện ích mở rộng Chrome được phát triển bởi https://www.softwarebyjoe.com, và tính năng chính của nó là "See all Hidden Fields on the Page!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Hidden Form Finder
Tải xuống các tệp mở rộng Hidden Form Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
See all hidden form fields on the page. Are you doing development and need help testing hidden form fields? Or, just interested in seeing what information the site you are on is passing about you! Either way, this extension makes it extremely easy to see all hidden form fields on the page. The extension currently has 2 modes of providing hidden field info: 1) The HFF Toolbar 2) JavaScript console logging These options can each be turned and off through the options page. Additionally, there is a timer in case you want the toolbar to dissappear after a certain amount of time. Future potential features: - ability to whitelist for sites not to show toolbar for Update 0.2 - 4/5/2014 - Added scrollbar for pages with large numbers of hidden fields. - Added Browser Icon that goes right to the Options page
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hidden Form Finder |
ID | adglgkhcpfdcocgekhbkghpajnbgcekd |
URL Chính Thức | https://chromewebstore.google.com/detail/hidden-form-finder/adglgkhcpfdcocgekhbkghpajnbgcekd |
Mô tả | See all Hidden Fields on the Page! |
Kích Thước Tệp | 281 KB |
Số Lần Cài Đặt | 650 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2014-04-05 |
Ngày Phát Hành | 2014-04-05 |
Đánh Giá | 3.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://www.softwarebyjoe.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hidden Form Finder", "short_name": "HFF", "version": "0.2", "description": "See all Hidden Fields on the Page!", "icons": { "128": "128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "hffstyles.css" ], "js": [ "jquery.js", "hffmain.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon19.png", "default_popup": "options.html" }, "options_page": "options.html", "permissions": [ "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "manifest_version": 2 } |