postMessage-catcher
A Chrome extension that captures the content of postMessage.
postMessage-catcher क्या है?
postMessage-catcher yangjin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension that captures the content of postMessage."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में postMessage-catcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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": [ " |