Weblings

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

What is Weblings?

Weblings is a Chrome extension developed by https://seanosullivan.co.uk, and its main feature is "Add a little joy to your browser's new tab page.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Weblings Extension CRX File

Download Weblings extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Weblings Weblings
ID ajcegoplibdllogbfdappiaehbfgmehg
Official URL https://chromewebstore.google.com/detail/weblings/ajcegoplibdllogbfdappiaehbfgmehg
Description Add a little joy to your browser's new tab page.
File Size 6.61 MB
Installation Count 24
Current Version 3.1.1
Last Updated 2024-01-12
Publish Date 2020-06-28
Rating 5.00/5 Total 1 Ratings
Developer https://seanosullivan.co.uk
Email [email protected]
Payment Type free
Extension Website https://seanosullivan.co.uk/projects/weblings/
Help Page URL https://seanosullivan.co.uk/projects/weblings/
Supported Languages 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
    }
}