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 |
官方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": [ " |