FastComments Debugger

A tool to help you debug your FastComments installation.

FastComments Debuggerคืออะไร?

FastComments Debugger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fastcomments.com และคุณลักษณะหลักของมันคือ "A tool to help you debug your FastComments installation."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FastComments Debugger

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}