FastComments Debugger

A tool to help you debug your FastComments installation.

Co je FastComments Debugger?

FastComments Debugger je rozšíření Chrome vyvinuté https://fastcomments.com, a jeho hlavní funkcí je „A tool to help you debug your FastComments installation.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření FastComments Debugger

Stáhněte si soubory rozšíření FastComments Debugger 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í

                        Use the FastComments Debugger to debug your FastComments installation.

This tool can help you determine:
- Why the comment widget is not displaying
- Why the comment widget may not be behaving as expected
- How many instances of the widget are loaded on the page at once
- Which customization rules are applied.

Want more information in the debugger? Let us know!                    

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

Název FastComments Debugger FastComments Debugger
ID cadggdemhfkjjghkdbfhonoccnplffjj
Oficiální URL https://chromewebstore.google.com/detail/fastcomments-debugger/cadggdemhfkjjghkdbfhonoccnplffjj
Popis A tool to help you debug your FastComments installation.
Velikost souboru 248 KB
Počet instalací 49
Aktuální Verze 1.2.3
Poslední Aktualizace 2023-10-24
Datum Vydání 2020-09-21
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://fastcomments.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://fastcomments.com
URL Stránky Zásad Ochrany Soukromí https://fastcomments.com/privacy-policy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FastComments Debugger",
    "version": "1.2.3",
    "description": "A tool to help you debug your FastComments installation.",
    "icons": {
        "16": "assets\/icons\/16.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icons\/favicon.png",
        "default_popup": "popup\/index.html",
        "default_title": "FastComments Debugger"
    },
    "content_scripts": [
        {
            "js": [
                "content\/index.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "assets\/icons\/*.png"
    ],
    "permissions": [
        "activeTab"
    ]
}