Link Audit Checker, find invalid content.
This extension validates links, checks HTTP status codes and can search linked content to help you find problems with your website
Τι είναι το Link Audit Checker, find invalid content.;
Το Link Audit Checker, find invalid content. είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον clanceyp, και η κύρια λειτουργία του είναι "This extension validates links, checks HTTP status codes and can search linked content to help you find problems with your website".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Link Audit Checker, find invalid content.
Λήψη αρχείων επέκτασης Link Audit Checker, find invalid content. σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Validate links, checks HTTP status code and optional search destination pages for string matches, e.g. not all web-servers will return the correct HTTP status code, so you can search for error messages within the target page, such as "Sorry, the you don't have permissions to view this page". This is helpful to find broken pages in your website, or to locate pages containing HTML snippets, for examples TODOs in the code.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Link Audit Checker, find invalid content. |
ID | ofmcimekgccbifblgaiobcbcglihncem |
Επίσημο URL | https://chromewebstore.google.com/detail/link-audit-checker-find-i/ofmcimekgccbifblgaiobcbcglihncem |
Περιγραφή | This extension validates links, checks HTTP status codes and can search linked content to help you find problems with your website |
Μέγεθος Αρχείου | 838 KB |
Αριθμός Εγκαταστάσεων | 777 |
Τρέχουσα Έκδοση | 3.7.0 |
Τελευταία Ενημέρωση | 2022-05-27 |
Ημερομηνία Δημοσίευσης | 2019-07-19 |
Αξιολόγηση | 4.13/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | clanceyp |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link Audit Checker, find invalid content.", "version": "3.7.0", "manifest_version": 2, "background": { "scripts": [ "lib\/js\/canvasRenderingContext2DroundRect.js", "lib\/js\/constants.js", "lib\/js\/vendor\/underscore.js", "lib\/js\/background.js" ], "persistent": false }, "browser_action": [], "options_ui": { "page": "options.html", "open_in_tab": false }, "description": "This extension validates links, checks HTTP status codes and can search linked content to help you find problems with your website", "icons": { "36": "lib\/i\/36.png", "48": "lib\/i\/48.png", "128": "lib\/i\/128.png" }, "permissions": [ "activeTab", " |