Link Xtractor

Link Xtractor lets you extract all the links from Google Search Results or from any HTML page

O que é Link Xtractor?

Link Xtractor é uma extensão do Chrome desenvolvida por https://startupflux.com, e sua principal característica é "Link Xtractor lets you extract all the links from Google Search Results or from any HTML page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Link Xtractor

Baixe arquivos de extensão Link Xtractor 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

                        Link Xtractor is a powerful chrome extension which lets you extract all the links from Google Search Results or from any HTML page. Easy One click to copy all the links and store them.                    

Informações Básicas da Extensão

Nome Link Xtractor Link Xtractor
ID linpadcckihaambejadlidhkmnjipfnd
URL Oficial https://chromewebstore.google.com/detail/link-xtractor/linpadcckihaambejadlidhkmnjipfnd
Descrição Link Xtractor lets you extract all the links from Google Search Results or from any HTML page
Tamanho do Arquivo 31.37 KB
Contagem de Instalações 2,080
Versão Atual 0.0.1
Última Atualização 2018-03-28
Data de Publicação 2018-03-28
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor https://startupflux.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Xtractor",
    "description": "Link Xtractor lets you extract all the links from Google Search Results or from any HTML page",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Link Xtractor",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        ""
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}