SVG Fetcher

Fetch all the SVG from the web

Co to jest SVG Fetcher?

SVG Fetcher to rozszerzenie Chrome opracowane przez https://giroux-kevin.fr, a jego główną funkcją jest „Fetch all the SVG from the web”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia SVG Fetcher

Pobierz pliki rozszerzeń SVG Fetcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa SVG Fetcher SVG Fetcher
ID kckjhgncjgdbiaadckjcnhbonfihmcic
Oficjalny URL https://chromewebstore.google.com/detail/svg-fetcher/kckjhgncjgdbiaadckjcnhbonfihmcic
Opis Fetch all the SVG from the web
Rozmiar pliku 13.13 KB
Liczba instalacji 569
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2018-06-11
Data Publikacji 2018-06-11
Ocena 1.33/5 Łącznie 3 Oceny
Deweloper https://giroux-kevin.fr
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}