ImGrab

This extension grabs images from Facebook Comments

Cos'è ImGrab?

ImGrab è un'estensione di Chrome sviluppata da http://loganmartel.me, e la sua funzione principale è "This extension grabs images from Facebook Comments".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione ImGrab

Scarica i file di estensione ImGrab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        (WARNING: This project is currently unmaintained & appears to no longer work as expected with the latest realization of Facebook comments)

Sick of downloading images one-by-one from Facebook Comments? ImGrab has a solution.

Just click the icon while viewing the images in your active tab and ImGrab will buffer them all to a popup. From here, you can now click to instantly download the images or choose "Window View" to browse in a new window.

No more downloading lecture notes one JPEG at a time! No more sorting and renaming them  in your Downloads Folder. ImGrab's got your back. Go on, try it.                    

Informazioni di Base sull'Estensione

Nome ImGrab ImGrab
ID joccgpegapffmlifpgelpkoeplfehppi
URL Ufficiale https://chrome.google.com/webstore/detail/imgrab/joccgpegapffmlifpgelpkoeplfehppi
Descrizione This extension grabs images from Facebook Comments
Dimensione del File 1.58 MB
Conteggio Installazioni 17
Versione Corrente 1.1.0
Ultimo Aggiornamento 2018-06-28
Data di Pubblicazione 2018-06-28
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore http://loganmartel.me
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/martelogan-legacy-projects/ImGrab
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ImGrab",
    "description": "This extension grabs images from Facebook Comments",
    "author": "Logan Martel",
    "version": "1.1.0",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon40.png",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "page": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ]
}