postMessage-catcher
A Chrome extension that captures the content of postMessage.
postMessage-catcherคืออะไร?
postMessage-catcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yangjin และคุณลักษณะหลักของมันคือ "A Chrome extension that captures the content of postMessage."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย postMessage-catcher
ดาวน์โหลดไฟล์ส่วนขยาย postMessage-catcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An effective development tool to help you capture all messages posted and received on the current page. It aims to provide an easier debugging experience when you need to communicate with other iframes. Contributions are welcome to the Github project.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | postMessage-catcher |
ID | henlmhlhpgnkeecjjcbhhcfmecohnilo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/postmessage-catcher/henlmhlhpgnkeecjjcbhhcfmecohnilo |
คำอธิบาย | A Chrome extension that captures the content of postMessage. |
ขนาดไฟล์ | 750 KB |
จำนวนการติดตั้ง | 974 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2021-08-22 |
วันที่เผยแพร่ | 2021-06-06 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | yangjin |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/niexia/postMessage-catcher |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "postMessage-catcher", "version": "1.2.0", "description": "A Chrome extension that captures the content of postMessage.", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-32.png", "32": "img\/icon-48.png", "128": "img\/icon-128.png" }, "author": "yang jin", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "img\/icon-48.png", "default_title": "postMessage catcher", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |