SVG Fetcher
Fetch all the SVG from the web
¿Qué es SVG Fetcher?
SVG Fetcher es una extensión de Chrome desarrollada por https://giroux-kevin.fr, y su función principal es "Fetch all the SVG from the web".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión SVG Fetcher
Descarga archivos de extensión SVG Fetcher en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Just click on the add-on icon to get all the download links for the rendered page. Refresh the page when you're done.
Información Básica de la Extensión
Nombre | SVG Fetcher |
ID | kckjhgncjgdbiaadckjcnhbonfihmcic |
URL Oficial | https://chromewebstore.google.com/detail/svg-fetcher/kckjhgncjgdbiaadckjcnhbonfihmcic |
Descripción | Fetch all the SVG from the web |
Tamaño del Archivo | 13.13 KB |
Cantidad de Instalaciones | 569 |
Versión Actual | 1.1 |
Última Actualización | 2018-06-11 |
Fecha de Publicación | 2018-06-11 |
Calificación | 1.33/5 Total de 3 Calificaciones |
Desarrollador | https://giroux-kevin.fr |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |