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.”。
擴展截圖
下載Redirect Check擴展crx文件
下載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 |
ID | cibpemjiajilcpecpimbpbgmoebcojej |
官方網址 | 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": [ " |