SVG Fetcher

Fetch all the SVG from the web

O que é SVG Fetcher?

SVG Fetcher é uma extensão do Chrome desenvolvida por https://giroux-kevin.fr, e sua principal característica é "Fetch all the SVG from the web".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SVG Fetcher

Baixe arquivos de extensão SVG Fetcher 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

                        Just click on the add-on icon to get all the download links for the rendered page. Refresh the page when you're done.                    

Informações Básicas da Extensão

Nome SVG Fetcher SVG Fetcher
ID kckjhgncjgdbiaadckjcnhbonfihmcic
URL Oficial https://chromewebstore.google.com/detail/svg-fetcher/kckjhgncjgdbiaadckjcnhbonfihmcic
Descrição Fetch all the SVG from the web
Tamanho do Arquivo 13.13 KB
Contagem de Instalações 569
Versão Atual 1.1
Última Atualização 2018-06-11
Data de Publicação 2018-06-11
Classificação 1.33/5 Total de 3 Avaliações
Desenvolvedor https://giroux-kevin.fr
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SVG Fetcher",
    "description": "Fetch all the SVG from the web",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Show links"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "*:\/\/*\/*"
    ],
    "icons": {
        "32": "icon32.png",
        "128": "icon128.png"
    }
}