Lofi Tab
New tab to relax/study to
Qu'est-ce que Lofi Tab ?
Lofi Tab est une extension Chrome développée par reynnandev, et sa fonction principale est "New tab to relax/study to".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lofi Tab
Téléchargez les fichiers d'extension Lofi Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Lofi Tab |
ID | oidccjhecgdgchankoghgcfkafoeeedn |
URL Officiel | https://chromewebstore.google.com/detail/lofi-tab/oidccjhecgdgchankoghgcfkafoeeedn |
Description | New tab to relax/study to |
Taille du Fichier | 495 KB |
Nombre d'Installations | 1,032 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2023-03-28 |
Date de Publication | 2021-08-31 |
Évaluation | 4.79/5 Total 14 Évaluations |
Développeur | reynnandev |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |