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ファイルをダウンロード
Link Skimmer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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": [ " |