External Link Highlighter
Change cursor for the links which open in a new tab
What is External Link Highlighter?
External Link Highlighter is a Chrome extension developed by Andriy Semenets, and its main feature is "Change cursor for the links which open in a new tab".
Extension Screenshots
Download External Link Highlighter Extension CRX File
Download External Link Highlighter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension shows if a link is an external or not.
Extension Basic Information
Name | External Link Highlighter |
ID | dfoieibbmhlddijpeabkpagincjjliml |
Official URL | https://chromewebstore.google.com/detail/external-link-highlighter/dfoieibbmhlddijpeabkpagincjjliml |
Description | Change cursor for the links which open in a new tab |
File Size | 8.91 KB |
Installation Count | 203 |
Current Version | 1.0 |
Last Updated | 2019-05-03 |
Publish Date | 2019-04-27 |
Rating | 3.00/5 Total 1 Ratings |
Developer | Andriy Semenets |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "External Link Highlighter", "version": "1.0", "description": "Change cursor for the links which open in a new tab", "manifest_version": 2, "content_scripts": [ { "css": [ "style.css" ], "matches": [ "*:\/\/*\/*" ] } ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |