Lofi Tab
New tab to relax/study to
Apa itu Lofi Tab?
Lofi Tab adalah ekstensi Chrome yang dikembangkan oleh reynnandev, dan fitur utamanya adalah "New tab to relax/study to".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Lofi Tab
Unduh file ekstensi Lofi Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Lofi Tab |
ID | oidccjhecgdgchankoghgcfkafoeeedn |
URL Resmi | https://chromewebstore.google.com/detail/lofi-tab/oidccjhecgdgchankoghgcfkafoeeedn |
Deskripsi | New tab to relax/study to |
Ukuran File | 495 KB |
Jumlah Instalasi | 1,032 |
Versi Saat Ini | 2.1 |
Terakhir Diperbarui | 2023-03-28 |
Tanggal Publikasi | 2021-08-31 |
Penilaian | 4.79/5 Total 14 Penilaian |
Pengembang | reynnandev |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |