Lofi Tab

New tab to relax/study to

Vad är Lofi Tab?

Lofi Tab är en Chrome-tillägg utvecklad av reynnandev, och dess huvudfunktion är "New tab to relax/study to".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Lofi Tab-förlängningens CRX-fil

Ladda ner Lofi Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Lofi Tab Lofi Tab
ID oidccjhecgdgchankoghgcfkafoeeedn
Officiell webbadress https://chromewebstore.google.com/detail/lofi-tab/oidccjhecgdgchankoghgcfkafoeeedn
Beskrivning New tab to relax/study to
Filstorlek 495 KB
Antal Installationer 1,032
Aktuell Version 2.1
Senast Uppdaterad 2023-03-28
Publiceringsdatum 2021-08-31
Betyg 4.79/5 Totalt 14 Betyg
Utvecklare reynnandev
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}