post-message-logger

This extension along with the post-message-logger javascript library will help the developers to log the post messages easily and…

What is post-message-logger?

post-message-logger is a Chrome extension developed by inisomniac1426, and its main feature is "This extension along with the post-message-logger javascript library will help the developers to log the post messages easily and…".

Extension Screenshots

screenshot

Download post-message-logger Extension CRX File

Download post-message-logger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension along with the post-message-logger javascript library will help the developers to log the post messages easily and view any outbound and incoming messages.                    

Extension Basic Information

Name post-message-logger post-message-logger
ID eiinoojjljcjekkaiabgnngeofelnbka
Official URL https://chromewebstore.google.com/detail/post-message-logger/eiinoojjljcjekkaiabgnngeofelnbka
Description This extension along with the post-message-logger javascript library will help the developers to log the post messages easily and…
File Size 8.34 KB
Installation Count 98
Current Version 0.01
Last Updated 2020-10-06
Publish Date 2020-10-06
Rating 3.00/5 Total 2 Ratings
Developer inisomniac1426
Email [email protected]
Payment Type free
Extension Website https://github.com/insomniac1426/post-message-logger
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "post-message-logger",
    "version": "0.01",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "logo_y.png",
        "48": "logo_y.png",
        "128": "logo_y.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "contentScripts\/index.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "logo_y.png",
        "default_popup": "popup\/index.html",
        "default_title": "post message logger"
    }
}