Link Collector

Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.

Что такое Link Collector?

Link Collector - это расширение Chrome, разработанное http://www.lemonprogis.com, и его основная функция - "Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.".

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

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

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

                        used to collect links from a web page. can export as csv. all links are unique.                    

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

Название Link Collector Link Collector
ID fmaheolegdnndagieolgdclpafcihpkj
Официальный URL https://chrome.google.com/webstore/detail/link-collector/fmaheolegdnndagieolgdclpafcihpkj
Описание Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.
Размер файла 11.71 KB
Количество установок 193
Текущая Версия 1.1
Последнее Обновление 2017-05-25
Дата публикации 2017-05-25
Рейтинг 5.00/5 Всего 1 оценок
Разработчик http://www.lemonprogis.com
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Collector",
    "version": "1.1",
    "description": "Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.",
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_title": "Link Collector",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}