External Links Identifier
This extension identifies, analyses, and displays the outgoing links from the active webpage. "External Links Identifier" is a…
什么是External Links Identifier?
External Links Identifier是由https://ludwigmakhyan.com开发的Chrome扩展程序,该扩展的主要功能是“This extension identifies, analyses, and displays the outgoing links from the active webpage. "External Links Identifier" is a…”。
扩展截图
下载External Links Identifier扩展crx文件
下载External Links Identifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension identifies, analyses, and displays the outgoing links from the active webpage. "External Links Identifier" is a lightweight and efficient tool for SEO professionals, web developers, and curious users alike. It identifies and lists all outgoing links on the active web page. This includes parsing both static HTML links and links dynamically added by JavaScript, providing a comprehensive view of the external references on a webpage. The extension details the URL of each link, its 'rel' attribute, target, and HTTP status code of the destination URL. It also groups these links by domain, giving you a high-level view of where the active webpage directs traffic. To use this extension, simply click on the extension icon when you're on a webpage you want to analyze. The extension will display the outgoing links and their associated information in a convenient popup.
扩展基本信息
名称 | External Links Identifier |
ID | hgnemfnljgekelcoiohjeefokppaccmd |
官方URL | https://chromewebstore.google.com/detail/external-links-identifier/hgnemfnljgekelcoiohjeefokppaccmd |
简介 | This extension identifies, analyses, and displays the outgoing links from the active webpage. "External Links Identifier" is a… |
文件大小 | 26.38 KB |
安装次数 | 152 |
当前版本 | 1.1 |
更新时间 | 2023-06-12 |
上架时间 | 2023-06-11 |
评分 | 5.00/5 共2次评分 |
开发者 | https://ludwigmakhyan.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://ludwigmakhyan.com/privacy-policy-for-chrome-extensions |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "External Links Identifier", "version": "1.1", "author": "Ludwig Makhyan", "homepage_url": "https:\/\/ludwigmakhyan.com\/", "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |