Link Gopher

Extracts and collates links from web pages

Что такое Link Gopher?

Link Gopher - это расширение Chrome, разработанное Andrew Ziem, и его основная функция - "Extracts and collates links from web pages".

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

screenshot

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

Скачайте файлы расширений Link Gopher в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Extracts all links from web page, sorts them, removes duplicates, and displays them in a new tab for copy and paste into other systems.                    

Основная информация о расширении

Название Link Gopher Link Gopher
ID bpjdkodgnbfalgghnbeggfbfjpcfamkf
Официальный URL https://chromewebstore.google.com/detail/link-gopher/bpjdkodgnbfalgghnbeggfbfjpcfamkf
Описание Extracts and collates links from web pages
Размер файла 31.35 KB
Количество установок 30,504
Текущая Версия 2.5.0
Последнее Обновление 2023-09-28
Дата публикации 2017-11-28
Рейтинг 4.57/5 Всего 21 оценок
Разработчик Andrew Ziem
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://sites.google.com/site/linkgopher/
Поддерживаемые языки de,en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "2.5.0",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "homepage_url": "https:\/\/sites.google.com\/site\/linkgopher\/",
    "icons": {
        "16": "icons\/link-gopher-16.png",
        "32": "icons\/link-gopher-32.png",
        "64": "icons\/link-gopher-64.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "45.0"
        }
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "scripting"
    ],
    "action": {
        "default_icon": "icons\/link-gopher-32.png",
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup\/popup.html"
    },
    "content_security_policy": []
}