FastComments Debugger

A tool to help you debug your FastComments installation.

FastComments Debugger là gì?

FastComments Debugger là một tiện ích mở rộng Chrome được phát triển bởi https://fastcomments.com, và tính năng chính của nó là "A tool to help you debug your FastComments installation.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FastComments Debugger

Tải xuống các tệp mở rộng FastComments Debugger dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FastComments Debugger FastComments Debugger
ID cadggdemhfkjjghkdbfhonoccnplffjj
URL Chính Thức https://chromewebstore.google.com/detail/fastcomments-debugger/cadggdemhfkjjghkdbfhonoccnplffjj
Mô tả A tool to help you debug your FastComments installation.
Kích Thước Tệp 248 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2023-10-24
Ngày Phát Hành 2020-09-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://fastcomments.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fastcomments.com
URL Trang Chính Sách Bảo Mật https://fastcomments.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}