ImGrab
This extension grabs images from Facebook Comments
¿Qué es ImGrab?
ImGrab es una extensión de Chrome desarrollada por http://loganmartel.me, y su función principal es "This extension grabs images from Facebook Comments".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ImGrab
Descarga archivos de extensión ImGrab 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
(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.
Información Básica de la Extensión
Nombre | |
ID | joccgpegapffmlifpgelpkoeplfehppi |
URL Oficial | https://chrome.google.com/webstore/detail/imgrab/joccgpegapffmlifpgelpkoeplfehppi |
Descripción | This extension grabs images from Facebook Comments |
Tamaño del Archivo | 1.58 MB |
Cantidad de Instalaciones | 17 |
Versión Actual | 1.1.0 |
Última Actualización | 2018-06-28 |
Fecha de Publicación | 2018-06-28 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | http://loganmartel.me |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/martelogan-legacy-projects/ImGrab |
Idiomas Soportados | 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", " |