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 |
官方網址 | 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 |
電子郵箱 | [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": [ " |