SVG Fetcher

Fetch all the SVG from the web

Vad är SVG Fetcher?

SVG Fetcher är en Chrome-tillägg utvecklad av https://giroux-kevin.fr, och dess huvudfunktion är "Fetch all the SVG from the web".

Tilläggsskärmbilder

screenshot

Ladda ner SVG Fetcher-förlängningens CRX-fil

Ladda ner SVG Fetcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn SVG Fetcher SVG Fetcher
ID kckjhgncjgdbiaadckjcnhbonfihmcic
Officiell webbadress https://chromewebstore.google.com/detail/svg-fetcher/kckjhgncjgdbiaadckjcnhbonfihmcic
Beskrivning Fetch all the SVG from the web
Filstorlek 13.13 KB
Antal Installationer 569
Aktuell Version 1.1
Senast Uppdaterad 2018-06-11
Publiceringsdatum 2018-06-11
Betyg 1.33/5 Totalt 3 Betyg
Utvecklare https://giroux-kevin.fr
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}