FormData Viewer

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

FormData Viewerคืออะไร?

FormData Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://time2hack.com และคุณลักษณะหลักของมันคือ "View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FormData Viewer

ดาวน์โหลดไฟล์ส่วนขยาย FormData Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

Shows hidden forms and hidden fields                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FormData Viewer FormData Viewer
ID mnjfjpoendmmboclknfcllimnneeiflg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/formdata-viewer/mnjfjpoendmmboclknfcllimnneeiflg
คำอธิบาย View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields
ขนาดไฟล์ 58.16 KB
จำนวนการติดตั้ง 287
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2019-10-18
วันที่เผยแพร่ 2019-10-16
ผู้พัฒนา https://time2hack.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://time2hack.com/contact
ภาษาที่รองรับ 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"
    }
}