Link Grabber

An easy to use extractor or grabber for hyperlinks on an HTML page

O que é Link Grabber?

Link Grabber é uma extensão do Chrome desenvolvida por Don, e sua principal característica é "An easy to use extractor or grabber for hyperlinks on an HTML page".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Link Grabber

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

                        Extract links from an HTML page and display them in another tab.

Features:
* Requires no special permissions
* No usage information / analytics are collected from you
* Use either browser action button or context menu item to activate
* Configurable list of blocked domains
* Filter links by substring match
* Copy links to clipboard
* Show/hide links that appear more than once on the page
* Show/hide links to the same hostname as the source page
* Group links by domain

Source Code:
https://github.com/7fffffff/linkgrabber

Thanks to:

Icons by FatCow
http://www.fatcow.com/free-icons

React
http://facebook.github.io/react/

Twitter Bootstrap
http://twitter.github.com/bootstrap                    

Informações Básicas da Extensão

Nome Link Grabber Link Grabber
ID caodelkhipncidmoebgbbeemedohcdma
URL Oficial https://chromewebstore.google.com/detail/link-grabber/caodelkhipncidmoebgbbeemedohcdma
Descrição An easy to use extractor or grabber for hyperlinks on an HTML page
Tamanho do Arquivo 200 KB
Contagem de Instalações 211,861
Versão Atual 0.5.2
Última Atualização 2023-04-30
Data de Publicação 2017-11-10
Classificação 4.58/5 Total de 219 Avaliações
Desenvolvedor Don
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/7fffffff/linkgrabber
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Grabber",
    "manifest_version": 2,
    "version": "0.5.2",
    "description": "An easy to use extractor or grabber for hyperlinks on an HTML page",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "contextMenus",
        "storage"
    ],
    "incognito": "split",
    "options_page": "\/html\/options.html",
    "icons": {
        "16": "\/images\/link_go_16.png",
        "32": "\/images\/link_go_32.png",
        "48": "\/images\/link_go_48.png",
        "128": "\/images\/link_go_128.png"
    },
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "\/images\/link_go_19.png",
        "default_title": "Extract the links on this page"
    }
}