ImGrab

This extension grabs images from Facebook Comments

Wat is ImGrab?

ImGrab is een Chrome-extensie ontwikkeld door http://loganmartel.me, en de belangrijkste functie is "This extension grabs images from Facebook Comments".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie ImGrab

Download ImGrab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        (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.                    

Basisinformatie over de Extensie

Naam ImGrab ImGrab
ID joccgpegapffmlifpgelpkoeplfehppi
Officiële URL https://chrome.google.com/webstore/detail/imgrab/joccgpegapffmlifpgelpkoeplfehppi
Beschrijving This extension grabs images from Facebook Comments
Bestandsgrootte 1.58 MB
Aantal Installaties 17
Huidige Versie 1.1.0
Laatst Bijgewerkt 2018-06-28
Publicatiedatum 2018-06-28
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar http://loganmartel.me
Betalingswijze free
Extensiewebsite https://github.com/martelogan-legacy-projects/ImGrab
Ondersteunde Talen 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",
        ""
    ]
}