Lofi Tab
New tab to relax/study to
什么是Lofi Tab?
Lofi Tab是由reynnandev开发的Chrome扩展程序,该扩展的主要功能是“New tab to relax/study to”。
扩展截图
下载Lofi Tab扩展crx文件
下载Lofi Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With this chrome extension you will be able to have a new tab with background gifs to relax/study to 🖼️🎧
Features:
* Select between 30+ Lofi backgrounds
* Lofi Music from the Lofi Girl: https://www.youtube.com/watch?v=n61ULEU7CO0&t=1s
* Save you favourite background to be your new tab
* Weather 扩展基本信息
| 名称 | |
| ID | oidccjhecgdgchankoghgcfkafoeeedn |
| 官方URL | https://chromewebstore.google.com/detail/lofi-tab/oidccjhecgdgchankoghgcfkafoeeedn |
| 简介 | New tab to relax/study to |
| 文件大小 | 495 KB |
| 安装次数 | 1,032 |
| 当前版本 | 2.1 |
| 更新时间 | 2023-03-28 |
| 上架时间 | 2021-08-31 |
| 评分 | 4.79/5 共14次评分 |
| 开发者 | reynnandev |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Lofi Tab",
"description": "New tab to relax\/study to",
"version": "2.1",
"manifest_version": 3,
"permissions": [
"geolocation"
],
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "icons\/lofitab16.png",
"32": "icons\/lofitab32.png",
"48": "icons\/lofitab48.png",
"128": "icons\/lofitab128.png"
}
} | |