Broken Link Checker
A SEO tool to find broken (404) and redirected (301, 307, 308) links in all frames
Cos'è Broken Link Checker?
Broken Link Checker è un'estensione di Chrome sviluppata da balvin.perrie, e la sua funzione principale è "A SEO tool to find broken (404) and redirected (301, 307, 308) links in all frames".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Broken Link Checker
Scarica i file di estensione Broken Link Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A simple tool to find broken (404 code) and redirected (301, 307, 308 codes) links in the current page. This tool examines all links in the current page (top frame and all sub-frames) and returns the status code and its meaning for each link. You can optionally ask the extension to check links inside about:blank frame elements are well. All broken links are placed in a separated category for easier detection. Beside each link, there is an inspect button which focuses the link to the center of the page to help to find the links faster. Note that to increase link validation speed, the extension evaluates 5 links simultaneously. Note that you can open the validation UI in a new popup window or as an embedded frame inside the page. Note that this extension also notifies you about the links that are skipped like none HTTP links or mailto links Features: 1. Deep search: search deep inside a website. If this mode is enabled, the extension parses all links of the same domain and extract links from them. 2. Filter: Ignore URLs that match with the user-specified keywords. This way you can increase the searching speed by ignoring particular URLs. 3. Filters to show and hide links with 2XX, 3XX, 4XX, and 5XX status codes
Informazioni di Base sull'Estensione
Nome | Broken Link Checker |
ID | bjcoimpfplliplknnmgbffboiihamekf |
URL Ufficiale | https://chromewebstore.google.com/detail/broken-link-checker/bjcoimpfplliplknnmgbffboiihamekf |
Descrizione | A SEO tool to find broken (404) and redirected (301, 307, 308) links in all frames |
Dimensione del File | 158 KB |
Conteggio Installazioni | 8,000 |
Versione Corrente | 0.3.1 |
Ultimo Aggiornamento | 2023-02-23 |
Data di Pubblicazione | 2020-04-11 |
Valutazione | 4.00/5 Totale 6 Valutazioni |
Sviluppatore | balvin.perrie |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://webextension.org/listing/broken-link-checker.html |
URL della Pagina di Aiuto | https://webextension.org/listing/broken-link-checker.html |
URL della Pagina della Politica sulla Privacy | https://add0n.com/policies/balvin.perrie.txt |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.3.1", "name": "Broken Link Checker", "description": "A SEO tool to find broken (404) and redirected (301, 307, 308) links in all frames", "permissions": [ "storage", "activeTab", "scripting", "notifications", "contextMenus" ], "host_permissions": [ " |