postMessage-catcher
A Chrome extension that captures the content of postMessage.
Apa itu postMessage-catcher?
postMessage-catcher adalah ekstensi Chrome yang dikembangkan oleh yangjin, dan fitur utamanya adalah "A Chrome extension that captures the content of postMessage.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi postMessage-catcher
Unduh file ekstensi postMessage-catcher 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
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.
Informasi Dasar Ekstensi
Nama | postMessage-catcher |
ID | henlmhlhpgnkeecjjcbhhcfmecohnilo |
URL Resmi | https://chromewebstore.google.com/detail/postmessage-catcher/henlmhlhpgnkeecjjcbhhcfmecohnilo |
Deskripsi | A Chrome extension that captures the content of postMessage. |
Ukuran File | 750 KB |
Jumlah Instalasi | 974 |
Versi Saat Ini | 1.2.0 |
Terakhir Diperbarui | 2021-08-22 |
Tanggal Publikasi | 2021-06-06 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | yangjin |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/niexia/postMessage-catcher |
Bahasa yang Didukung | 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": [ " |