Shift Click Image Extractor

Extracting / sharing images: now easy as Shift

¿Qué es Shift Click Image Extractor?

Shift Click Image Extractor es una extensión de Chrome desarrollada por https://shft.cl, y su función principal es "Extracting / sharing images: now easy as Shift".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Shift Click Image Extractor

Descarga archivos de extensión Shift Click Image Extractor 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

                        Shift Click is everything you need:
- an image extractor
- an image sharing tool
- an image downloader
- an Instagram image downloader
- a gif downloader
- and much more!

This extension generates automatically a short URL that allows you to share *any* images in a record time. No useless UI in your browser, this simple shortcut helps you to keep it clean!

Shift Click uses a hit test to bypass blank divs from getting at the image.
That means no more right-click + inspect. You can leave the dev tools behind.

Be prepared to save a Shiftload of time.                    

Información Básica de la Extensión

Nombre Shift Click Image Extractor Shift Click Image Extractor
ID aonflkdebcjkiimklgpgkclmjohclbbf
URL Oficial https://chromewebstore.google.com/detail/shift-click-image-extract/aonflkdebcjkiimklgpgkclmjohclbbf
Descripción Extracting / sharing images: now easy as Shift
Tamaño del Archivo 30.69 KB
Cantidad de Instalaciones 12,792
Versión Actual 1.7.1
Última Actualización 2023-01-30
Fecha de Publicación 2020-02-09
Calificación 3.98/5 Total de 48 Calificaciones
Desarrollador https://shft.cl
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://shft.cl/
URL de la Página de Ayuda https://twitter.com/shftcl
URL de la Página de Política de Privacidad https://shft.cl/tos
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shift Click Image Extractor",
    "short_name": "Shift Click",
    "manifest_version": 2,
    "description": "Extracting \/ sharing images: now easy as Shift",
    "version": "1.7.1",
    "icons": {
        "16": "context.png",
        "64": "icon.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "author": "Deux Huit Huit",
    "homepage_url": "https:\/\/shft.cl\/?utm_source=shftclck-ext&utm_medium=chrome-ext-panel&utm_campaign=chrome-ext-panel",
    "externally_connectable": {
        "matches": [
            "*:\/\/shft.cl\/*"
        ]
    },
    "permissions": [
        "activeTab",
        "background",
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "http:\/\/localhost\/",
        "https:\/\/localhost\/",
        "https:\/\/shft.cl\/",
        ""
    ],
    "offline_enabled": false,
    "content_security_policy": "script-src 'self'; default-src 'self' http:\/\/localhost:* https:\/\/localhost:* https:\/\/shft.cl\/ https:\/\/*.shft.cl\/; style-src 'self'; img-src data: 'self' http:\/\/localhost:* https:\/\/shft.cl\/ https:\/\/*.shft.cl\/;"
}