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是由https://time2hack.com開發的Chrome擴展程式,該擴展的主要功能是“View HTML FormData of all the forms on the page quickly with this utility. Shows hidden forms and hidden fields”。
擴展截圖
下載FormData Viewer擴展crx文件
下載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 |
ID | mnjfjpoendmmboclknfcllimnneeiflg |
官方網址 | 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" } } |