Minimalistic New Tab
Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.
Hvad er Minimalistic New Tab?
Minimalistic New Tab er en Chrome-udvidelse udviklet af smenigat, og dens hovedfunktion er "Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.".
Udvidelsesskærmbilleder
Download Minimalistic New Tab-udvidelses-CRX-fil
Download Minimalistic New 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
A simplistic and clean looking new tab page that makes opening new tabs a beautiful and smooth experience. Features: - Clock showing the current time - Background image freely choosable (any Unsplash image you want)
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hlalpbapamklikbknbjjbjhoaeeohlck |
Officiel URL | https://chromewebstore.google.com/detail/minimalistic-new-tab/hlalpbapamklikbknbjjbjhoaeeohlck |
Beskrivelse | Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background. |
Filstørrelse | 554 KB |
Antal Installationer | 48 |
Nuværende Version | 1.1 |
Senest Opdateret | 2019-08-26 |
Udgivelsesdato | 2019-08-26 |
Udvikler | smenigat |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minimalistic New Tab", "version": "1.1", "description": "Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |