Redirect Check

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

Redirect Check란 무엇입니까?

Redirect Check은(는) Tim Mullen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Checks redirects on all selected links in the page and validates the syntax."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Redirect Check 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}