Redirect Check

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

Redirect Checkคืออะไร?

Redirect Check เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tim Mullen และคุณลักษณะหลักของมันคือ "Checks redirects on all selected links in the page and validates the syntax."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Redirect Check

ดาวน์โหลดไฟล์ส่วนขยาย Redirect Check ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}