Any Link Finder!

Script that helps to find any link by searching your especific word within the link url

O que é Any Link Finder!?

Any Link Finder! é uma extensão do Chrome desenvolvida por https://www.fabianalvarado.com, e sua principal característica é "Script that helps to find any link by searching your especific word within the link url".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Any Link Finder!

Baixe arquivos de extensão Any Link Finder! 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

                        Extension that highlights any link by searching your especific word within the link url                    

Informações Básicas da Extensão

Nome Any Link Finder! Any Link Finder!
ID hdmckdmnhbcgejfckfdhpdmlamngkeeg
URL Oficial https://chrome.google.com/webstore/detail/any-link-finder/hdmckdmnhbcgejfckfdhpdmlamngkeeg
Descrição Script that helps to find any link by searching your especific word within the link url
Tamanho do Arquivo 7.11 KB
Contagem de Instalações 103
Versão Atual 1.4
Última Atualização 2018-05-28
Data de Publicação 2018-05-28
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://www.fabianalvarado.com
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Any Link Finder!",
    "description": "Script that helps to find any link by searching your especific word within the link url",
    "version": "1.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Any Link Finder!",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "link_checker.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        ""
    ]
}