ImGrab
This extension grabs images from Facebook Comments
Was ist ImGrab?
ImGrab ist eine Chrome-Erweiterung, die von http://loganmartel.me entwickelt wurde, und ihr Hauptmerkmal ist "This extension grabs images from Facebook Comments".
Erweiterungsscreenshots
ImGrab-Erweiterungs-CRX-Datei herunterladen
Laden Sie ImGrab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
(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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | joccgpegapffmlifpgelpkoeplfehppi |
Offizielle URL | https://chrome.google.com/webstore/detail/imgrab/joccgpegapffmlifpgelpkoeplfehppi |
Beschreibung | This extension grabs images from Facebook Comments |
Dateigröße | 1.58 MB |
Installationsanzahl | 17 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2018-06-28 |
Veröffentlichungsdatum | 2018-06-28 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | http://loganmartel.me |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/martelogan-legacy-projects/ImGrab |
Unterstützte Sprachen | 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", " |