Winterly Tab
Beautifully replace new tab screen with simple and minimalist winter themed background.
¿Qué es Winterly Tab?
Winterly Tab es una extensión de Chrome desarrollada por Hadna Space, y su función principal es "Beautifully replace new tab screen with simple and minimalist winter themed background.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Winterly Tab
Descarga archivos de extensión Winterly Tab 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
Free & open source new tab replacement for your browser. All images are taken from Unsplash. Image background will be automatically changed every 5 minutes, or you can change it manually.
Información Básica de la Extensión
Nombre | Winterly Tab |
ID | fcbaofhfpeakjobpnemojmibbnkpgigi |
URL Oficial | https://chromewebstore.google.com/detail/winterly-tab/fcbaofhfpeakjobpnemojmibbnkpgigi |
Descripción | Beautifully replace new tab screen with simple and minimalist winter themed background. |
Tamaño del Archivo | 236 KB |
Cantidad de Instalaciones | 72 |
Versión Actual | 0.0.1 |
Última Actualización | 2021-10-05 |
Fecha de Publicación | 2021-10-04 |
Desarrollador | Hadna Space |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/dkhd/winterly-tab |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Winterly Tab", "author": "Diky hadna", "version": "0.0.1", "description": "Beautifully replace new tab screen with simple and minimalist winter themed background.", "icons": { "16": "snowflake.png", "48": "snowflake.png", "128": "snowflake.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |