External Links
List external links and anchor text.
What is External Links?
External Links is a Chrome extension developed by https://dejanmarketing.com, and its main feature is "List external links and anchor text.".
Extension Screenshots
Download External Links Extension CRX File
Download External Links 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
Lists all external links on the page and their anchor text. Shows the total number of external links.
Extension Basic Information
Name | External Links |
ID | kfcngcocjhfanoncnkdjjlploklclfhp |
Official URL | https://chromewebstore.google.com/detail/external-links/kfcngcocjhfanoncnkdjjlploklclfhp |
Description | List external links and anchor text. |
File Size | 8.11 KB |
Installation Count | 177 |
Current Version | 1.1 |
Last Updated | 2023-04-13 |
Publish Date | 2023-04-01 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://dejanmarketing.com |
[email protected] | |
Payment Type | free |
Extension Website | https://dejanmarketing.com/ |
Help Page URL | https://dejanmarketing.com/contact-us/ |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "External Links", "version": "1.1", "description": "List external links and anchor text.", "permissions": [ "activeTab", "scripting" ], "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" } } |