SVG Fetcher

Fetch all the SVG from the web

Apa itu SVG Fetcher?

SVG Fetcher adalah ekstensi Chrome yang dikembangkan oleh https://giroux-kevin.fr, dan fitur utamanya adalah "Fetch all the SVG from the web".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SVG Fetcher

Unduh file ekstensi SVG Fetcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama SVG Fetcher SVG Fetcher
ID kckjhgncjgdbiaadckjcnhbonfihmcic
URL Resmi https://chromewebstore.google.com/detail/svg-fetcher/kckjhgncjgdbiaadckjcnhbonfihmcic
Deskripsi Fetch all the SVG from the web
Ukuran File 13.13 KB
Jumlah Instalasi 569
Versi Saat Ini 1.1
Terakhir Diperbarui 2018-06-11
Tanggal Publikasi 2018-06-11
Penilaian 1.33/5 Total 3 Penilaian
Pengembang https://giroux-kevin.fr
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}