External Links

List external links and anchor text.

Что такое External Links?

External Links - это расширение Chrome, разработанное https://dejanmarketing.com, и его основная функция - "List external links and anchor text.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения External Links

Скачайте файлы расширений 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"
    }
}