Link Collector

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

O que é Link Collector?

Link Collector é uma extensão do Chrome desenvolvida por http://www.lemonprogis.com, e sua principal característica é "Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.".

Baixar o arquivo CRX da Extensão Link Collector

Baixe arquivos de extensão Link Collector no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Link Collector Link Collector
ID fmaheolegdnndagieolgdclpafcihpkj
URL Oficial https://chrome.google.com/webstore/detail/link-collector/fmaheolegdnndagieolgdclpafcihpkj
Descrição Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.
Tamanho do Arquivo 11.71 KB
Contagem de Instalações 193
Versão Atual 1.1
Última Atualização 2017-05-25
Data de Publicação 2017-05-25
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor http://www.lemonprogis.com
Tipo de Pagamento free
Idiomas Suportados 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'"
}