Minimalite

New Tab page replacement

Was ist Minimalite?

Minimalite ist eine Chrome-Erweiterung, die von SK entwickelt wurde, und ihr Hauptmerkmal ist "New Tab page replacement".

Erweiterungsscreenshots

screenshot

Minimalite-Erweiterungs-CRX-Datei herunterladen

Laden Sie Minimalite-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

                        Minimalite replaces your New Tab page with a beautiful background that changes daily.

You'll have access to a customizable set of Quick Links (common bookmarks/pages you visit), a tiny weather widget, and a notes widget. Your notes will sync across your computers when using Chrome Sync.

This add-on is based off of Momentum.

New features will be added soon, including to-do support, a library of wallpapers, and more.                    

Grundlegende Informationen zur Erweiterung

Name Minimalite Minimalite
ID lgjjmgfdfmcmbeohbgfmncjlhakmafeg
Offizielle URL https://chromewebstore.google.com/detail/minimalite/lgjjmgfdfmcmbeohbgfmncjlhakmafeg
Beschreibung New Tab page replacement
Dateigröße 595 KB
Installationsanzahl 206
Aktuelle Version 0.1.7
Letztes Update 2023-01-01
Veröffentlichungsdatum 2019-09-29
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler SK
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/skoshy/Minimalite
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimalite",
    "description": "New Tab page replacement",
    "version": "0.1.7",
    "manifest_version": 2,
    "icons": {
        "128": "icons\/icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "permissions": [
        "storage",
        "topSites"
    ]
}