Weblings

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

Weblings란 무엇입니까?

Weblings은(는) https://seanosullivan.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add a little joy to your browser's new tab page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Weblings 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Weblings Weblings
ID ajcegoplibdllogbfdappiaehbfgmehg
공식 URL https://chromewebstore.google.com/detail/weblings/ajcegoplibdllogbfdappiaehbfgmehg
설명 Add a little joy to your browser's new tab page.
파일 크기 6.61 MB
설치 횟수 24
현재 버전 3.1.1
최근 업데이트 2024-01-12
출시 날짜 2020-06-28
평점 5.00/5 총 1 개의 평점
개발자 https://seanosullivan.co.uk
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://seanosullivan.co.uk/projects/weblings/
도움말 페이지 URL https://seanosullivan.co.uk/projects/weblings/
지원되는 언어 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
    }
}