FormData Viewer
View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields
Apa itu FormData Viewer?
FormData Viewer adalah ekstensi Chrome yang dikembangkan oleh https://time2hack.com, dan fitur utamanya adalah "View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi FormData Viewer
Unduh file ekstensi FormData Viewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Extension to view the FormData of all the forms on the page Shows hidden forms and hidden fields
Informasi Dasar Ekstensi
Nama | |
ID | mnjfjpoendmmboclknfcllimnneeiflg |
URL Resmi | https://chromewebstore.google.com/detail/formdata-viewer/mnjfjpoendmmboclknfcllimnneeiflg |
Deskripsi | View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields |
Ukuran File | 58.16 KB |
Jumlah Instalasi | 287 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2019-10-18 |
Tanggal Publikasi | 2019-10-16 |
Pengembang | https://time2hack.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://time2hack.com/contact |
Bahasa yang Didukung | 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" } } |