Lofi Tab
New tab to relax/study to
Hvad er Lofi Tab?
Lofi Tab er en Chrome-udvidelse udviklet af reynnandev, og dens hovedfunktion er "New tab to relax/study to".
Udvidelsesskærmbilleder
Download Lofi Tab-udvidelses-CRX-fil
Download Lofi Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | oidccjhecgdgchankoghgcfkafoeeedn |
| Officiel URL | https://chromewebstore.google.com/detail/lofi-tab/oidccjhecgdgchankoghgcfkafoeeedn |
| Beskrivelse | New tab to relax/study to |
| Filstørrelse | 495 KB |
| Antal Installationer | 1,032 |
| Nuværende Version | 2.1 |
| Senest Opdateret | 2023-03-28 |
| Udgivelsesdato | 2021-08-31 |
| Bedømmelse | 4.79/5 Samlet 14 Bedømmelser |
| Udvikler | reynnandev |
| reynnandev@gmail.com | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |