FastComments Debugger

A tool to help you debug your FastComments installation.

什麼是FastComments Debugger?

FastComments Debugger是由https://fastcomments.com開發的Chrome擴展程式,該擴展的主要功能是“A tool to help you debug your FastComments installation.”。

擴展截圖

screenshot
screenshot

下載FastComments Debugger擴展crx文件

下載FastComments Debugger擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 FastComments Debugger FastComments Debugger
ID cadggdemhfkjjghkdbfhonoccnplffjj
官方網址 https://chromewebstore.google.com/detail/fastcomments-debugger/cadggdemhfkjjghkdbfhonoccnplffjj
簡介 A tool to help you debug your FastComments installation.
檔案大小 248 KB
安裝次數 49
目前版本 1.2.3
更新時間 2023-10-24
上架時間 2020-09-21
評分 5.00/5 共 1 次評分
開發者 https://fastcomments.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://fastcomments.com
隱私政策頁面URL https://fastcomments.com/privacy-policy
支援的語言 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"
    ]
}