Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeverhart383/anchor-checker-extension
Chrome Extension to Inspect Anchor HREF Values
https://github.com/jeverhart383/anchor-checker-extension
Last synced: 14 days ago
JSON representation
Chrome Extension to Inspect Anchor HREF Values
- Host: GitHub
- URL: https://github.com/jeverhart383/anchor-checker-extension
- Owner: JEverhart383
- Created: 2016-11-21T13:27:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-25T18:11:58.000Z (almost 8 years ago)
- Last Synced: 2024-11-05T20:05:23.328Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anchor-Checker-Extension
This project is a Chrome Extension used to help examine links on a particular web page. Basically, it helps you identify relative, absolute, and hash-based URLs.
You start by using the tool to gather all A elements on the current tab. It sorts them into three separate buckets, relative URLs, absolute URLs, and hash URLs.
After the tool has collected and sorted the links on the page, you can inspect them by applying background styling to the elements on the page. This feature helps you quickly scan pages and determine what kind of links you are working with. Nothing special, but a simple tool that didn't exist already in the Chrome Web Store.
## Ideas for Future Development
+ Add a feature to pull out all links inside of a NAV element into a separate bucket### Update 01/25/2017
Added addtional functionality to check for mixed case URLs on the page for SEO reasons. All URLs with a capital letter will be painted in orange.