SVG Fetcher
Fetch all the SVG from the web
Wat is SVG Fetcher?
SVG Fetcher is een Chrome-extensie ontwikkeld door https://giroux-kevin.fr, en de belangrijkste functie is "Fetch all the SVG from the web".
Extensie Screenshots
Download het CRX-bestand van de extensie SVG Fetcher
Download SVG Fetcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Just click on the add-on icon to get all the download links for the rendered page. Refresh the page when you're done. Basisinformatie over de Extensie
| Naam | |
| ID | kckjhgncjgdbiaadckjcnhbonfihmcic |
| Officiële URL | https://chromewebstore.google.com/detail/svg-fetcher/kckjhgncjgdbiaadckjcnhbonfihmcic |
| Beschrijving | Fetch all the SVG from the web |
| Bestandsgrootte | 13.13 KB |
| Aantal Installaties | 569 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2018-06-11 |
| Publicatiedatum | 2018-06-11 |
| Beoordeling | 1.33/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | https://giroux-kevin.fr |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |