Minimalistic New Tab

Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.

Qu'est-ce que Minimalistic New Tab ?

Minimalistic New Tab est une extension Chrome développée par smenigat, et sa fonction principale est "Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Minimalistic New Tab

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

                        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)                    

Informations de Base sur l'Extension

Nom Minimalistic New Tab Minimalistic New Tab
ID hlalpbapamklikbknbjjbjhoaeeohlck
URL Officiel https://chromewebstore.google.com/detail/minimalistic-new-tab/hlalpbapamklikbknbjjbjhoaeeohlck
Description Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.
Taille du Fichier 554 KB
Nombre d'Installations 48
Version Actuelle 1.1
Dernière Mise à Jour 2019-08-26
Date de Publication 2019-08-26
Développeur smenigat
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}