Minimalite
New Tab page replacement
Cos'è Minimalite?
Minimalite è un'estensione di Chrome sviluppata da SK, e la sua funzione principale è "New Tab page replacement".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Minimalite
Scarica i file di estensione Minimalite in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | lgjjmgfdfmcmbeohbgfmncjlhakmafeg |
| URL Ufficiale | https://chromewebstore.google.com/detail/minimalite/lgjjmgfdfmcmbeohbgfmncjlhakmafeg |
| Descrizione | New Tab page replacement |
| Dimensione del File | 595 KB |
| Conteggio Installazioni | 206 |
| Versione Corrente | 0.1.7 |
| Ultimo Aggiornamento | 2023-01-01 |
| Data di Pubblicazione | 2019-09-29 |
| Valutazione | 5.00/5 Totale 5 Valutazioni |
| Sviluppatore | SK |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/skoshy/Minimalite |
| Lingue Supportate | 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"
]
} | |