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": [ " |