Minimalistic New Tab
Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.
Was ist Minimalistic New Tab?
Minimalistic New Tab ist eine Chrome-Erweiterung, die von smenigat entwickelt wurde, und ihr Hauptmerkmal ist "Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.".
Erweiterungsscreenshots
Minimalistic New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Minimalistic New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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)
Grundlegende Informationen zur Erweiterung
Name | |
ID | hlalpbapamklikbknbjjbjhoaeeohlck |
Offizielle URL | https://chromewebstore.google.com/detail/minimalistic-new-tab/hlalpbapamklikbknbjjbjhoaeeohlck |
Beschreibung | Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background. |
Dateigröße | 554 KB |
Installationsanzahl | 48 |
Aktuelle Version | 1.1 |
Letztes Update | 2019-08-26 |
Veröffentlichungsdatum | 2019-08-26 |
Entwickler | smenigat |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |