Lofi Tab
New tab to relax/study to
Was ist Lofi Tab?
Lofi Tab ist eine Chrome-Erweiterung, die von reynnandev entwickelt wurde, und ihr Hauptmerkmal ist "New tab to relax/study to".
Erweiterungsscreenshots
Lofi Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lofi Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | oidccjhecgdgchankoghgcfkafoeeedn |
| Offizielle URL | https://chromewebstore.google.com/detail/lofi-tab/oidccjhecgdgchankoghgcfkafoeeedn |
| Beschreibung | New tab to relax/study to |
| Dateigröße | 495 KB |
| Installationsanzahl | 1,032 |
| Aktuelle Version | 2.1 |
| Letztes Update | 2023-03-28 |
| Veröffentlichungsdatum | 2021-08-31 |
| Bewertung | 4.79/5 Insgesamt 14 Bewertungen |
| Entwickler | reynnandev |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |