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.”。
扩展截图
下载Weblings扩展crx文件
下载Weblings扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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 } } |