Broken Link Checker

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

什么是Broken Link Checker?

Broken Link Checker是由https://startupflux.com开发的Chrome扩展程序,该扩展的主要功能是“The Fastest Way to find all broken links on your websites to Rank Higher.”。

扩展截图

screenshot

下载Broken Link Checker扩展crx文件

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