Broken Link Checker

The Fastest Way to find all broken links on your websites to Rank Higher.

Broken Link Checkerคืออะไร?

Broken Link Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://startupflux.com และคุณลักษณะหลักของมันคือ "The Fastest Way to find all broken links on your websites to Rank Higher."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Broken Link Checker

ดาวน์โหลดไฟล์ส่วนขยาย Broken Link Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Broken Link Cheker checks your web pages and identifies all the broken links on them.
This is the fastest way to find broken links and quickly fix them.
Keep your website error free and rank higher on Google                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Broken Link Checker Broken Link Checker
ID peoobhfbcfgilemdgnbkbjldedfgpffk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/broken-link-checker/peoobhfbcfgilemdgnbkbjldedfgpffk
คำอธิบาย The Fastest Way to find all broken links on your websites to Rank Higher.
ขนาดไฟล์ 55.77 KB
จำนวนการติดตั้ง 2,001
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2018-04-20
วันที่เผยแพร่ 2018-04-20
คะแนน 2.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://startupflux.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Broken Link Checker",
    "description": "The Fastest Way to find all broken links on your websites to Rank Higher.",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Link Xtractor",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        ""
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}