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 |
Eメール | [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": [ " |