Link Grabber

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

¿Qué es Link Grabber?

Link Grabber es una extensión de Chrome desarrollada por Don, y su función principal es "An easy to use extractor or grabber for hyperlinks on an HTML page".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Link Grabber

Descarga archivos de extensión Link Grabber en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Link Grabber Link Grabber
ID caodelkhipncidmoebgbbeemedohcdma
URL Oficial https://chromewebstore.google.com/detail/link-grabber/caodelkhipncidmoebgbbeemedohcdma
Descripción An easy to use extractor or grabber for hyperlinks on an HTML page
Tamaño del Archivo 200 KB
Cantidad de Instalaciones 211,861
Versión Actual 0.5.2
Última Actualización 2023-04-30
Fecha de Publicación 2017-11-10
Calificación 4.58/5 Total de 219 Calificaciones
Desarrollador Don
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/7fffffff/linkgrabber
Idiomas Soportados 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"
    }
}