Minimal Web Clipper
A minimal bare-bones web clipper to select a section of any webpage and save it as a standalone HTML file
¿Qué es Minimal Web Clipper?
Minimal Web Clipper es una extensión de Chrome desarrollada por fluidnotion.in, y su función principal es "A minimal bare-bones web clipper to select a section of any webpage and save it as a standalone HTML file".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Minimal Web Clipper
Descarga archivos de extensión Minimal Web Clipper 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
Minimal Web Clipper (Alpha) is a bare-bones utility to clip a section of a web-page and download the content as a standalone HTML file which can be opened in any browser. An attempt is made to preserve the original look and feel as much as possible. It does not require any signup and does not send the information to any backend service. There is no support for synchronization (use your favorite file sync utility) or sharing (share as email attachment or your favorite sharing application). Source Code: https://github.com/fluid-notion/minimal-web-clipper
Información Básica de la Extensión
Nombre | Minimal Web Clipper |
ID | dbhjdoppiocfognmfiaoeipkpdljefni |
URL Oficial | https://chromewebstore.google.com/detail/minimal-web-clipper/dbhjdoppiocfognmfiaoeipkpdljefni |
Descripción | A minimal bare-bones web clipper to select a section of any webpage and save it as a standalone HTML file |
Tamaño del Archivo | 60.3 KB |
Cantidad de Instalaciones | 127 |
Versión Actual | 0.0.4 |
Última Actualización | 2018-01-21 |
Fecha de Publicación | 2018-01-20 |
Calificación | 3.67/5 Total de 3 Calificaciones |
Desarrollador | fluidnotion.in |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/fluid-notion/minimal-web-clipper |
URL de la Página de Ayuda | https://github.com/fluid-notion/minimal-web-clipper/issues |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A minimal bare-bones web clipper to select a section of any webpage and save it as a standalone HTML file", "version": "0.0.4", "name": "Minimal Web Clipper", "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "content_scripts": [ { "matches": [ " |