Weblings

Add a little joy to your browser's new tab page.

¿Qué es Weblings?

Weblings es una extensión de Chrome desarrollada por https://seanosullivan.co.uk, y su función principal es "Add a little joy to your browser's new tab page.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Weblings

Descarga archivos de extensión Weblings 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

                        Add a little joy to your browser's new tab page.

Add a little colour and joy to your new browser tabs with Weblings. 

Every time you open a new tab or window in Chrome, one of the Weblings will appear with a heartening welcome, a lighthearted pun, or a spark of positivity to brighten up your day. The Weblings are an assortment of characters of my own creation.

Features:

🌇 Four image sets - Get an appetite with the Foodlings or the Fruit and Veglings. Smile with the Scribblings or feel the warmth (or the cold) with the Weatherlings

💬 Puns, positivity or greetings. You decide what you'd like them to say

🌈 Solid colour or gradient backgrounds

🎨 Customise it however you like, by mixing up the Weblings, dialogue and background sets

🌚 Dark Mode support. Weblings will automatically switch from light to dark, matching your operating system                    

Información Básica de la Extensión

Nombre Weblings Weblings
ID ajcegoplibdllogbfdappiaehbfgmehg
URL Oficial https://chromewebstore.google.com/detail/weblings/ajcegoplibdllogbfdappiaehbfgmehg
Descripción Add a little joy to your browser's new tab page.
Tamaño del Archivo 6.61 MB
Cantidad de Instalaciones 24
Versión Actual 3.1.1
Última Actualización 2024-01-12
Fecha de Publicación 2020-06-28
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://seanosullivan.co.uk
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://seanosullivan.co.uk/projects/weblings/
URL de la Página de Ayuda https://seanosullivan.co.uk/projects/weblings/
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Weblings",
    "short_name": "Weblings",
    "version": "3.1.1",
    "author": "Sean O'Sullivan",
    "description": "Add a little joy to your browser's new tab page.",
    "homepage_url": "https:\/\/seanosullivan.co.uk\/projects\/weblings\/",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "512": "assets\/appicons\/512.png",
        "256": "assets\/appicons\/256.png",
        "128": "assets\/appicons\/128.png",
        "64": "assets\/appicons\/64.png",
        "32": "assets\/appicons\/32.png",
        "16": "assets\/appicons\/16.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}