Weblings
Add a little joy to your browser's new tab page.
Co to jest Weblings?
Weblings to rozszerzenie Chrome opracowane przez https://seanosullivan.co.uk, a jego główną funkcją jest „Add a little joy to your browser's new tab page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Weblings
Pobierz pliki rozszerzeń Weblings w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ajcegoplibdllogbfdappiaehbfgmehg |
| Oficjalny URL | https://chromewebstore.google.com/detail/weblings/ajcegoplibdllogbfdappiaehbfgmehg |
| Opis | Add a little joy to your browser's new tab page. |
| Rozmiar pliku | 6.61 MB |
| Liczba instalacji | 24 |
| Aktualna Wersja | 3.1.1 |
| Ostatnia Aktualizacja | 2024-01-12 |
| Data Publikacji | 2020-06-28 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | https://seanosullivan.co.uk |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://seanosullivan.co.uk/projects/weblings/ |
| Adres URL Strony Pomocy | https://seanosullivan.co.uk/projects/weblings/ |
| Obsługiwane Języki | 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
}
} | |