Just One File
Save current visible elements in an html file. What you see is what you save.
¿Qué es Just One File?
Just One File es una extensión de Chrome desarrollada por yuedong.li, y su función principal es "Save current visible elements in an html file. What you see is what you save.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Just One File
Descarga archivos de extensión Just One File 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
Save the current visible elements to an Html file. The plugi removes the script and other useless elements, as much as possible to preserve the contents of the current page display.
Información Básica de la Extensión
Nombre | Just One File |
ID | opofajlgipfljhhlfhcpmhhjckjaacia |
URL Oficial | https://chromewebstore.google.com/detail/just-one-file/opofajlgipfljhhlfhcpmhhjckjaacia |
Descripción | Save current visible elements in an html file. What you see is what you save. |
Tamaño del Archivo | 15.7 KB |
Cantidad de Instalaciones | 804 |
Versión Actual | 1.2.0 |
Última Actualización | 2022-07-08 |
Fecha de Publicación | 2016-12-14 |
Calificación | 4.38/5 Total de 8 Calificaciones |
Desarrollador | yuedong.li |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.codeboy.me |
URL de la Página de Política de Privacidad | https://www.codeboy.me |
Idiomas Soportados | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "short_name": "JOF", "version": "1.2.0", "manifest_version": 3, "description": "__MSG_detail__", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "scripting" ], "offline_enabled": true, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "default_locale": "zh_CN", "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "default_title": "__MSG_title__" } } |