ImGrab

This extension grabs images from Facebook Comments

O que é ImGrab?

ImGrab é uma extensão do Chrome desenvolvida por http://loganmartel.me, e sua principal característica é "This extension grabs images from Facebook Comments".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão ImGrab

Baixe arquivos de extensão ImGrab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome ImGrab ImGrab
ID joccgpegapffmlifpgelpkoeplfehppi
URL Oficial https://chrome.google.com/webstore/detail/imgrab/joccgpegapffmlifpgelpkoeplfehppi
Descrição This extension grabs images from Facebook Comments
Tamanho do Arquivo 1.58 MB
Contagem de Instalações 17
Versão Atual 1.1.0
Última Atualização 2018-06-28
Data de Publicação 2018-06-28
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor http://loganmartel.me
Tipo de Pagamento free
Site da Extensão https://github.com/martelogan-legacy-projects/ImGrab
Idiomas Suportados 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",
        ""
    ]
}