Check'em All
Recursively checks a webpage for broken links.
Check'em Allとは何ですか?
Check'em AllはBumbleDevによって開発されたChromeの拡張機能で、その主な機能は「Recursively checks a webpage for broken links.」です。
拡張機能のスクリーンショット
Check'em All拡張機能のCRXファイルをダウンロード
Check'em All拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This tool checks a webpage and recursively the linked pages for any broken links until a specified recursive depth is reached. Once the check has been completed the result will be available in a neat CSV file. A special feature is the possibility of narrowing down the search by only checking for links that are inside a certain HTML DOM element (specified a CSS selector) and furthermore by being able to exlude links that contain special keywords (e.g. logout, signout, delete or remove) or that do NOT contain a defined string. ------------------- Instructions: Open the page to be initially checked. Click on the extension icon in the top right corner. Enter parameters: Maximum recursive depth Default: 2 (checks all links on current page and again all links on pages linked to on the initial page) Only continue checking for URLs containing (leave blank if not needed) Example: example.com (won’t check any further on e.g. test.com pages, that example.com or any of its subpages might have linked to) Don't visit URLs containing (separate by comma, leave blank if not needed) Default: logout,signout,delete,remove Only check links in DOM elements qualified by (use CSS selector syntax, leave blank if not needed) Example: #contentSectionB (only selects HTML element with ID “contentSectionB”) Click “Initiate check”. CSV file will be generated. Open with Excel. Apply filter -> Exclude Status = OK. ------------------- Development: Frederik Hummel, bumbledev.com Graphics: Cassian Knoth, knothart.com
拡張機能の基本情報
名前 | |
ID | ancljcadaekjlioohiigoaidfkikemei |
公式URL | https://chrome.google.com/webstore/detail/checkem-all/ancljcadaekjlioohiigoaidfkikemei |
説明 | Recursively checks a webpage for broken links. |
ファイルサイズ | 223 KB |
インストール数 | 70 |
現在のバージョン | 1.0.2 |
最終更新日 | 2017-05-17 |
公開日 | 2017-05-17 |
評価 | 3.50/5 合計 2 レビュー |
開発者 | BumbleDev |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Check'em All", "version": "1.0.2", "description": "Recursively checks a webpage for broken links.", "icons": { "128": "icon.png" }, "background": { "persistent": false, "scripts": [ "lib-jq\/jquery.min.js", "background.js" ] }, "content_scripts": [ { "matches": [ " |