Broken Link Checker

The Easiest Way to find all broken links (404 errors) on the web page. Find more! Save more!

什么是Broken Link Checker?

Broken Link Checker是由mariek-szczepan开发的Chrome扩展程序,该扩展的主要功能是“The Easiest Way to find all broken links (404 errors) on the web page. Find more! Save more!”。

扩展截图

screenshot
screenshot
screenshot

下载Broken Link Checker扩展crx文件

下载Broken Link Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        When you are editing a content that has lots of links, wouldn't it be handy to quickly check that all the links on the page are working?
'Broken Link Checker' scans your page or the whole site and provides a broken links report within a few minutes.
The report is generated directly without installing and running any additional program files.

Then 'Broken Link Checker' highlights which links are functioning and which ones are broken.

In addition to the website internal links check, we analyze the external links availability.
If the site contains at least one external link (nofollow or dofollow) with 404 error, it is shown in the report.
The report contains link to page where 404 error was found, so you can fix it immediately.

'Broken Link Checker' is an extension developed primarily for web designers, developers and content editors.

# ADDITIONAL FEATURES PROVIDED BY ATOMSEO SERVICE
* Backlink watch.
* Automatically monitor your links on a daily basis.

# WHY TO CHECK YOUR BROKEN AND DEAD PAGES
There are several factors that can improve the "visibility" of your page and influence its ranking in Google and other search engines.
An important aspect of search engine optimization is work with content; the promotion success depends on content quality and quantity.

Many blogs, articles and services offer guides and recommendations on content organization, keyword selection and compilation of semantic core.
However, the topics of monitoring and tracking the content availability are mostly overlooked.

# WHY BROKEN LINKS CAN DAMAGE YOUR ONLINE BUSINESS

## CUSTOMER ASPECT
A potential client visits the site to get some information and cannot find it because the page is not available.
At best, customer goes to other pages on the site, and at worst just leaves the site.
Your bounce rate increases and the client is lost.

## SEARCH ENGINE VISIBILITY
If a site contains too many pages with a response code "404", it can have a negative impact on your website's ranking in major search engines.
The entire site or individual pages may receive a Google penalty, site rankings can fall, and the number of visits will be reduced.

## LOSING BACKLINKS
The number of incoming links to your website impacts search engine ranking.
Any website owner knows how difficult it is to get quality links and references.
At the same time, not enough attention is given to monitoring the availability of external linked pages.

## BROKEN LINKS = LOST OPPORTUNITIES
Creating and managing website content is a complex process, which is always associated with many manual adjustments.
Multiple site editors, frequent updates, the need for regular content updating - all these processes increase probability of various errors.
The most important errors associate with the creation and addition of non-existing pages or broken links.

Despite the fact that the link verification is an obvious need, most webmasters and site owners do not give enough attention to this issue or just ignore it.
They lose opportunities to promote their own site because of this very trivial problem.

## WHY BROKEN LINKS ARE BAD?
First of all, they leave a bad feeling about your company or product and you can lose a potential customer.
You should respect customers and display only working content!
Also, broken links make your site indexing by search engines more complicated, and, therefore,
reduce the possibility of the correct ranking of your website.

# YOUR BROKEN LINKS ARE YOUR COMPETITORS’ BENEFITS

Your broken links are opportunities for other webmasters to raise their website rating at your expense.
The link building due to non-existent pages (404 error) and dead links is very popular among webmasters.
Many manuals and tools were created for broken links search and further replacement with their own links.
This is a simple and free link building in a legal way (white hat seo).
If you do not care about your broken links, others do.
Perhaps, while you read this text, other webmasters are already hunting for your dead links.
Do not give them a chance!

Update version: 1.0.9
 - Fixed link checking error
 - Added feature to share links checker results with friends on social networks such as: linkedIn, twitter and facebook (automatic post using post api).

COMMENTS AND FEEDBACK ARE WELCOME.
[email protected]                    

扩展基本信息

名称 Broken Link Checker Broken Link Checker
ID nibppfobembgfmejpjaaeocbogeonhch
官方URL https://chromewebstore.google.com/detail/broken-link-checker/nibppfobembgfmejpjaaeocbogeonhch
简介 The Easiest Way to find all broken links (404 errors) on the web page. Find more! Save more!
文件大小 162 KB
安装次数 79,548
当前版本 1.0.9
更新时间 2023-09-26
上架时间 2015-09-25
评分 3.70/5 共77次评分
开发者 mariek-szczepan
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/extensions-privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Broken Link Checker",
    "version": "1.0.9",
    "description": "The Easiest Way to find all broken links (404 errors) on the web page. Find more! Save more!",
    "background": {
        "service_worker": "js\/background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content-script.bundle.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon16.png"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                "*:\/\/*\/*",
                "*:\/\/*\/*"
            ]
        }
    ]
}