postMessage Developer Tools
Provides a dev tools panel to view postMessages for the current page
Cos'è postMessage Developer Tools?
postMessage Developer Tools è un'estensione di Chrome sviluppata da alxHenry Developer, e la sua funzione principale è "Provides a dev tools panel to view postMessages for the current page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione postMessage Developer Tools
Scarica i file di estensione postMessage Developer Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Provides a dev tools panel to view postMessages for the current page. It aims to provide an easier debugging experience than setting up console logs on your message listeners and filtering in the console for the results. Contributions are welcome to the Github project here: https://github.com/alxHenry/chrome-postMessage-dev-tools
Informazioni di Base sull'Estensione
Nome | postMessage Developer Tools |
ID | nadeoelabbieobdpmejlfidbhhdicmpa |
URL Ufficiale | https://chromewebstore.google.com/detail/postmessage-developer-too/nadeoelabbieobdpmejlfidbhhdicmpa |
Descrizione | Provides a dev tools panel to view postMessages for the current page |
Dimensione del File | 15.86 KB |
Conteggio Installazioni | 2,756 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2020-09-14 |
Data di Pubblicazione | 2020-08-02 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | alxHenry Developer |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/alxHenry/chrome-postMessage-dev-tools |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "postMessage Developer Tools", "version": "1.1.0", "description": "Provides a dev tools panel to view postMessages for the current page", "devtools_page": ".\/bootstrap.html", "icons": { "16": "chat-16.png", "32": "chat-32.png", "48": "chat-48.png", "128": "chat-128.png" }, "background": { "scripts": [ ".\/src\/background.js" ], "persistent": false }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |