FormData Viewer

View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields

FormData Viewer là gì?

FormData Viewer là một tiện ích mở rộng Chrome được phát triển bởi https://time2hack.com, và tính năng chính của nó là "View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FormData Viewer

Tải xuống các tệp mở rộng FormData Viewer 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

                        Extension to view the FormData of all the forms on the page

Shows hidden forms and hidden fields                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FormData Viewer FormData Viewer
ID mnjfjpoendmmboclknfcllimnneeiflg
URL Chính Thức https://chromewebstore.google.com/detail/formdata-viewer/mnjfjpoendmmboclknfcllimnneeiflg
Mô tả View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields
Kích Thước Tệp 58.16 KB
Số Lần Cài Đặt 287
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2019-10-18
Ngày Phát Hành 2019-10-16
Nhà Phát Triển https://time2hack.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://time2hack.com/contact
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FormData Viewer",
    "description": "View HTML FormData of all the forms on the page quickly with this utility.\n\nShows hidden forms and hidden fields",
    "version": "0.2",
    "homepage_url": "https:\/\/time2hack.com\/extensions\/formdata-viewer",
    "browser_action": {
        "default_icon": "icons\/icon-switch-128.png",
        "default_title": "FormData Viewer",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon-switch-16.png",
        "48": "icons\/icon-switch-48.png",
        "128": "icons\/icon-switch-128.png"
    }
}