Link Skimmer
Link skimmer is a QA testing tool. It skims the links on your site reporting errors or terms you specifiy, eg '404', 'stack trace'
Link Skimmer란 무엇입니까?
Link Skimmer은(는) michael j rust에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Link skimmer is a QA testing tool. It skims the links on your site reporting errors or terms you specifiy, eg '404', 'stack trace'"입니다.
확장 프로그램 스크린샷
Link Skimmer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Link Skimmer is designed as a QA testing tool to search through a site for errors that you specify, such as 404 or Stack Trace, or even an old term you want to remove from the site, such as Zaire or Jaiku. Link Skimmer then recursively skims through the links from the start page to report which pages have that term. To prevent the link skimmer clicking on irrelevant links, you can specify a domain or sub-domain and only links containing that name will be skimmed. Link Skimmer uses an efficient javascript Set-object algorithm to ensure the links are skimmed efficiently and not repeated. At the reporting stage, link skimmer returns all of the links that match you asked it to look for. As a useful addition it also returns all of the pages that it found that have links to those links. **Note from the developer** I have some planned improvements but please report improvements you'd like or any issues that you are having. Thanks and good testing
확장 프로그램 기본 정보
이름 | |
ID | cnmaglbifbenmndagplagefhlbfeacec |
공식 URL | https://chrome.google.com/webstore/detail/cnmaglbifbenmndagplagefhlbfeacec |
설명 | Link skimmer is a QA testing tool. It skims the links on your site reporting errors or terms you specifiy, eg '404', 'stack trace' |
파일 크기 | 332 KB |
설치 횟수 | 25 |
현재 버전 | 1.2.0.1 |
최근 업데이트 | 2017-10-12 |
출시 날짜 | 2017-10-12 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | michael j rust |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link Skimmer", "version": "1.2.0.1", "description": "Link skimmer is a QA testing tool. It skims the links on your site reporting errors or terms you specifiy, eg '404', 'stack trace'", "permissions": [ "notifications", "tabs" ], "web_accessible_resources": [ "jquery-3.2.1.slim.min.js", "popper.min.js", "bootstrap.min.js" ], "background": { "page": "background.html", "persistent": true }, "content_scripts": [ { "matches": [ " |