post-message-logger

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

Co je post-message-logger?

post-message-logger je rozšíření Chrome vyvinuté inisomniac1426, a jeho hlavní funkcí je „This extension along with the post-message-logger javascript library will help the developers to log the post messages easily and…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření post-message-logger

Stáhněte si soubory rozšíření post-message-logger ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název post-message-logger post-message-logger
ID eiinoojjljcjekkaiabgnngeofelnbka
Oficiální URL https://chromewebstore.google.com/detail/post-message-logger/eiinoojjljcjekkaiabgnngeofelnbka
Popis This extension along with the post-message-logger javascript library will help the developers to log the post messages easily and…
Velikost souboru 8.34 KB
Počet instalací 98
Aktuální Verze 0.01
Poslední Aktualizace 2020-10-06
Datum Vydání 2020-10-06
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář inisomniac1426
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/insomniac1426/post-message-logger
Podporované Jazyky 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"
    }
}