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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}