Minimalite
New Tab page replacement
Wat is Minimalite?
Minimalite is een Chrome-extensie ontwikkeld door SK, en de belangrijkste functie is "New Tab page replacement".
Extensie Screenshots
Download het CRX-bestand van de extensie Minimalite
Download Minimalite-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Minimalite |
ID | lgjjmgfdfmcmbeohbgfmncjlhakmafeg |
Officiële URL | https://chromewebstore.google.com/detail/minimalite/lgjjmgfdfmcmbeohbgfmncjlhakmafeg |
Beschrijving | New Tab page replacement |
Bestandsgrootte | 595 KB |
Aantal Installaties | 206 |
Huidige Versie | 0.1.7 |
Laatst Bijgewerkt | 2023-01-01 |
Publicatiedatum | 2019-09-29 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | SK |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/skoshy/Minimalite |
Ondersteunde Talen | 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" ] } |