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
官方URL 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"
    ]
}