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 |
| 官方網址 | 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"
}
} | |