Redirect Check

Checks redirects on all selected links in the page and validates the syntax.

Cos'è Redirect Check?

Redirect Check è un'estensione di Chrome sviluppata da Tim Mullen, e la sua funzione principale è "Checks redirects on all selected links in the page and validates the syntax.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Redirect Check

Scarica i file di estensione Redirect Check 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

                        This extension was specifically designed for HTML email quality assurance, but should work fine on any HTML page. It will show you a list of URLs pulled from the active tab and runs a redirect and URL syntax validation check on those selected. It also includes an option to open all URLs in a new window and audit images.

What's New:
* Added Redirect Check to right-click link context menu
* Added tallies for total errors and warnings detected
* Added all of the 400 and 500 HTTP error codes with descriptions on tool tip
* Added check for alt and title check mismatch and added a warning for alt text without title text
* Fixed bug with checking a single link in plain text
* Fixed bug where script failed if there was no title element
* Updated redirect check API to return more accurate error codes                    

Informazioni di Base sull'Estensione

Nome Redirect Check Redirect Check
ID cibpemjiajilcpecpimbpbgmoebcojej
URL Ufficiale https://chromewebstore.google.com/detail/redirect-check/cibpemjiajilcpecpimbpbgmoebcojej
Descrizione Checks redirects on all selected links in the page and validates the syntax.
Dimensione del File 224 KB
Conteggio Installazioni 3,325
Versione Corrente 1.9.6
Ultimo Aggiornamento 2022-11-03
Data di Pubblicazione 2017-10-27
Valutazione 4.54/5 Totale 13 Valutazioni
Sviluppatore Tim Mullen
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://mullenmakes.com/privacy-policy.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redirect Check",
    "description": "Checks redirects on all selected links in the page and validates the syntax.",
    "short_name": "Redirect Check",
    "icons": {
        "128": "lib\/img\/rdc128.png"
    },
    "version": "1.9.6",
    "background": {
        "service_worker": "lib\/js\/eventPage.js"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "lib\/img\/rdc.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "manifest_version": 3
}