Minimalite

New Tab page replacement

Qu'est-ce que Minimalite ?

Minimalite est une extension Chrome développée par SK, et sa fonction principale est "New Tab page replacement".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Minimalite

Téléchargez les fichiers d'extension Minimalite 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

                        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.                    

Informations de Base sur l'Extension

Nom Minimalite Minimalite
ID lgjjmgfdfmcmbeohbgfmncjlhakmafeg
URL Officiel https://chromewebstore.google.com/detail/minimalite/lgjjmgfdfmcmbeohbgfmncjlhakmafeg
Description New Tab page replacement
Taille du Fichier 595 KB
Nombre d'Installations 206
Version Actuelle 0.1.7
Dernière Mise à Jour 2023-01-01
Date de Publication 2019-09-29
Évaluation 5.00/5 Total 5 Évaluations
Développeur SK
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/skoshy/Minimalite
Langues Prises en Charge 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"
    ]
}