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