SVG Fetcher
Fetch all the SVG from the web
Hvad er SVG Fetcher?
SVG Fetcher er en Chrome-udvidelse udviklet af https://giroux-kevin.fr, og dens hovedfunktion er "Fetch all the SVG from the web".
Udvidelsesskærmbilleder
Download SVG Fetcher-udvidelses-CRX-fil
Download SVG Fetcher-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | kckjhgncjgdbiaadckjcnhbonfihmcic |
| Officiel URL | https://chromewebstore.google.com/detail/svg-fetcher/kckjhgncjgdbiaadckjcnhbonfihmcic |
| Beskrivelse | Fetch all the SVG from the web |
| Filstørrelse | 13.13 KB |
| Antal Installationer | 569 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2018-06-11 |
| Udgivelsesdato | 2018-06-11 |
| Bedømmelse | 1.33/5 Samlet 3 Bedømmelser |
| Udvikler | https://giroux-kevin.fr |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |