SVG Fetcher
Fetch all the SVG from the web
Cos'è SVG Fetcher?
SVG Fetcher è un'estensione di Chrome sviluppata da https://giroux-kevin.fr, e la sua funzione principale è "Fetch all the SVG from the web".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SVG Fetcher
Scarica i file di estensione SVG Fetcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Just click on the add-on icon to get all the download links for the rendered page. Refresh the page when you're done. Informazioni di Base sull'Estensione
| Nome | |
| ID | kckjhgncjgdbiaadckjcnhbonfihmcic |
| URL Ufficiale | https://chromewebstore.google.com/detail/svg-fetcher/kckjhgncjgdbiaadckjcnhbonfihmcic |
| Descrizione | Fetch all the SVG from the web |
| Dimensione del File | 13.13 KB |
| Conteggio Installazioni | 569 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2018-06-11 |
| Data di Pubblicazione | 2018-06-11 |
| Valutazione | 1.33/5 Totale 3 Valutazioni |
| Sviluppatore | https://giroux-kevin.fr |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |