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
官方網址 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"
    }
}