Link Audit Checker, find invalid content.
This extension validates links, checks HTTP status codes and can search linked content to help you find problems with your website
Link Audit Checker, find invalid content.คืออะไร?
Link Audit Checker, find invalid content. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย clanceyp และคุณลักษณะหลักของมันคือ "This extension validates links, checks HTTP status codes and can search linked content to help you find problems with your website"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Link Audit Checker, find invalid content.
ดาวน์โหลดไฟล์ส่วนขยาย Link Audit Checker, find invalid content. ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Validate links, checks HTTP status code and optional search destination pages for string matches, e.g. not all web-servers will return the correct HTTP status code, so you can search for error messages within the target page, such as "Sorry, the you don't have permissions to view this page". This is helpful to find broken pages in your website, or to locate pages containing HTML snippets, for examples TODOs in the code.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Link Audit Checker, find invalid content. |
ID | ofmcimekgccbifblgaiobcbcglihncem |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/link-audit-checker-find-i/ofmcimekgccbifblgaiobcbcglihncem |
คำอธิบาย | This extension validates links, checks HTTP status codes and can search linked content to help you find problems with your website |
ขนาดไฟล์ | 838 KB |
จำนวนการติดตั้ง | 777 |
เวอร์ชันปัจจุบัน | 3.7.0 |
อัปเดตครั้งล่าสุด | 2022-05-27 |
วันที่เผยแพร่ | 2019-07-19 |
คะแนน | 4.13/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | clanceyp |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link Audit Checker, find invalid content.", "version": "3.7.0", "manifest_version": 2, "background": { "scripts": [ "lib\/js\/canvasRenderingContext2DroundRect.js", "lib\/js\/constants.js", "lib\/js\/vendor\/underscore.js", "lib\/js\/background.js" ], "persistent": false }, "browser_action": [], "options_ui": { "page": "options.html", "open_in_tab": false }, "description": "This extension validates links, checks HTTP status codes and can search linked content to help you find problems with your website", "icons": { "36": "lib\/i\/36.png", "48": "lib\/i\/48.png", "128": "lib\/i\/128.png" }, "permissions": [ "activeTab", " |