Image Link Grabber

Grab all image links from webpage.

O que é Image Link Grabber?

Image Link Grabber é uma extensão do Chrome desenvolvida por https://standaloneinstaller.com, e sua principal característica é "Grab all image links from webpage.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Image Link Grabber

Baixe arquivos de extensão Image Link Grabber 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

                        Extract image links from webpage with a single click. Just open the page and click on app icon, voila you got the links.                    

Informações Básicas da Extensão

Nome Image Link Grabber Image Link Grabber
ID fpajdpibnnhcohnpmnbefdgkbddmpjif
URL Oficial https://chromewebstore.google.com/detail/image-link-grabber/fpajdpibnnhcohnpmnbefdgkbddmpjif
Descrição Grab all image links from webpage.
Tamanho do Arquivo 601 KB
Contagem de Instalações 11,554
Versão Atual 0.0.0.1
Última Atualização 2016-05-30
Data de Publicação 2016-05-29
Classificação 4.43/5 Total de 14 Avaliações
Desenvolvedor https://standaloneinstaller.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://standaloneinstaller.com/download-image-link-grabber
URL da Página de Política de Privacidade https://standaloneinstaller.com/privacypolicy.php
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image Link Grabber",
    "default_locale": "en",
    "description": "Grab all image links from webpage.",
    "version": "0.0.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}