External Links

List external links and anchor text.

什么是External Links?

External Links是由https://dejanmarketing.com开发的Chrome扩展程序,该扩展的主要功能是“List external links and anchor text.”。

扩展截图

screenshot

下载External Links扩展crx文件

下载External Links扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Lists all external links on the page and their anchor text. Shows the total number of external links.                    

扩展基本信息

名称 External Links External Links
ID kfcngcocjhfanoncnkdjjlploklclfhp
官方URL https://chromewebstore.google.com/detail/external-links/kfcngcocjhfanoncnkdjjlploklclfhp
简介 List external links and anchor text.
文件大小 8.11 KB
安装次数 177
当前版本 1.1
更新时间 2023-04-13
上架时间 2023-04-01
评分 5.00/5 共2次评分
开发者 https://dejanmarketing.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://dejanmarketing.com/
帮助页面URL https://dejanmarketing.com/contact-us/
支持的语言 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"
    }
}