Get All The Links!

A dead-simple & non-instrusive extension that displays all links from any page in the Console. Works great with Google SERPs.

O que é Get All The Links!?

Get All The Links! é uma extensão do Chrome desenvolvida por deniskoo, e sua principal característica é "A dead-simple & non-instrusive extension that displays all links from any page in the Console. Works great with Google SERPs.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Get All The Links!

Baixe arquivos de extensão Get All The Links! 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

                                            

Informações Básicas da Extensão

Nome Get All The Links! Get All The Links!
ID jldddpjemlghoeiafbninefegmdadfnp
URL Oficial https://chromewebstore.google.com/detail/get-all-the-links/jldddpjemlghoeiafbninefegmdadfnp
Descrição A dead-simple & non-instrusive extension that displays all links from any page in the Console. Works great with Google SERPs.
Tamanho do Arquivo 46.39 KB
Contagem de Instalações 43
Versão Atual 0.1
Última Atualização 2018-03-13
Data de Publicação 2018-03-13
Desenvolvedor deniskoo
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Get All The Links!",
    "description": "A dead-simple & non-instrusive extension that displays all links from any page in the Console. Works great with Google SERPs.",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js",
                "serp.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}