Link Extractor

An easy to use extractor for hyperlinks on any page

O que é Link Extractor?

Link Extractor é uma extensão do Chrome desenvolvida por ultimateblaze1, e sua principal característica é "An easy to use extractor for hyperlinks on any page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Link Extractor

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

                        Easily extract all links from any website by just pressing the Apps icon.
You can also filter the result how you like.                    

Informações Básicas da Extensão

Nome Link Extractor Link Extractor
ID ijknljdfdogfmhlbcfiohoaihoeegecc
URL Oficial https://chrome.google.com/webstore/detail/link-extractor/ijknljdfdogfmhlbcfiohoaihoeegecc
Descrição An easy to use extractor for hyperlinks on any page
Tamanho do Arquivo 876 KB
Contagem de Instalações 4,873
Versão Atual 0.3
Última Atualização 2019-04-14
Data de Publicação 2019-04-14
Classificação 3.83/5 Total de 6 Avaliações
Desenvolvedor ultimateblaze1
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Extractor",
    "version": "0.3",
    "options_page": "html\/options.html",
    "incognito": "split",
    "description": "An easy to use extractor for hyperlinks on any page",
    "permissions": [
        "activeTab",
        "storage",
        "clipboardWrite",
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "Extract the links on this page",
        "default_icon": {
            "16": "images\/hyperlink.png",
            "32": "images\/hyperlink.png",
            "48": "images\/hyperlink.png",
            "128": "images\/hyperlink.png"
        }
    },
    "icons": {
        "16": "images\/hyperlink.png",
        "32": "images\/hyperlink.png",
        "48": "images\/hyperlink.png",
        "128": "images\/hyperlink.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}