Redirect Check

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

Redirect Check क्या है?

Redirect Check Tim Mullen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Checks redirects on all selected links in the page and validates the syntax."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Redirect Check एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Redirect Check Redirect Check
ID cibpemjiajilcpecpimbpbgmoebcojej
आधिकारिक URL https://chromewebstore.google.com/detail/redirect-check/cibpemjiajilcpecpimbpbgmoebcojej
विवरण Checks redirects on all selected links in the page and validates the syntax.
फ़ाइल का आकार 224 KB
स्थापना संख्या 3,325
वर्तमान संस्करण 1.9.6
अंतिम अपडेट 2022-11-03
प्रकाशन तिथि 2017-10-27
रेटिंग 4.54/5 कुल 13 रेटिंग्स
डेवलपर Tim Mullen
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://mullenmakes.com/privacy-policy.html
समर्थित भाषाएँ 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
}