Resources Saver
Save all of a webpage's files while retaining folder structure.
¿Qué es Resources Saver?
Resources Saver es una extensión de Chrome desarrollada por https://thorium.rocks, y su función principal es "Save all of a webpage's files while retaining folder structure.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Resources Saver
Descarga archivos de extensión Resources Saver 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
Chromium Extension for one click downloading of all webpage resources files while keeping folder structures. - Alex313031
Información Básica de la Extensión
Nombre | Resources Saver |
ID | nlfcijlhljpenllloeheihmhoobeefpc |
URL Oficial | https://chromewebstore.google.com/detail/resources-saver/nlfcijlhljpenllloeheihmhoobeefpc |
Descripción | Save all of a webpage's files while retaining folder structure. |
Tamaño del Archivo | 351 KB |
Cantidad de Instalaciones | 7,283 |
Versión Actual | 0.2.2 |
Última Actualización | 2023-04-19 |
Fecha de Publicación | 2022-08-11 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | https://thorium.rocks |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/Alex313031/Resources-Saver |
URL de la Página de Ayuda | https://github.com/Alex313031/Resources-Saver/issues |
URL de la Página de Política de Privacidad | https://thorium.rocks/COC.html |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Resources Saver", "short_name": "Resources Saver", "manifest_version": 3, "version": "0.2.2", "version_name": "0.2.2", "offline_enabled": true, "minimum_chrome_version": "88", "description": "Save all of a webpage's files while retaining folder structure.", "author": "Alex313031", "homepage_url": "https:\/\/github.com\/Alex313031\/Resources-Saver", "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "action": { "default_icon": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png" }, "default_title": "Resources Saver", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "downloads", "downloads.shelf" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/", "ftp:\/\/*\/", "file:\/\/*\/", "*:\/\/*\/*" ], "devtools_page": "devtools.html" } |