Copy all links and image links to CSV or JSON

Export all links and image links from the current page to Excel or JSON format.

¿Qué es Copy all links and image links to CSV or JSON?

Copy all links and image links to CSV or JSON es una extensión de Chrome desarrollada por Tab Manager Plus, y su función principal es "Export all links and image links from the current page to Excel or JSON format.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Copy all links and image links to CSV or JSON

Descarga archivos de extensión Copy all links and image links to CSV or JSON 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

                        If you want to save all links on a website quickly, then this extension is right for you. You can also save all links to images. Save both conveniently to CSV or JSON. CSV files are good for working on these link sheets in Excel. JSON files are great for programmatic loading - one of the widely used data formats used by developers.

Please enjoy this free extension!                    

Información Básica de la Extensión

Nombre Copy all links and image links to CSV or JSON Copy all links and image links to CSV or JSON
ID ccddopnnikeeoogpfbnfommfoeliaidg
URL Oficial https://chromewebstore.google.com/detail/copy-all-links-and-image/ccddopnnikeeoogpfbnfommfoeliaidg
Descripción Export all links and image links from the current page to Excel or JSON format.
Tamaño del Archivo 168 KB
Cantidad de Instalaciones 3,900
Versión Actual 1
Última Actualización 2018-05-10
Fecha de Publicación 2018-05-09
Calificación 4.23/5 Total de 13 Calificaciones
Desarrollador Tab Manager Plus
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy all links and image links to CSV or JSON",
    "short_name": "Copy Links to CSV\/JSON",
    "version": "1",
    "manifest_version": 2,
    "description": "Export all links and image links from the current page to Excel or JSON format.",
    "author": "stefanXO",
    "icons": {
        "512": "images\/sort.png"
    },
    "permissions": [
        "activeTab",
        "downloads"
    ],
    "browser_action": {
        "default_icon": {
            "512": "images\/sort.png"
        },
        "default_popup": "popup.html"
    }
}