minimal-new-tab

(FINISHED) Replacement of the new tab for Google Chrome

Qu'est-ce que minimal-new-tab ?

minimal-new-tab est une extension Chrome développée par durancristhian, et sa fonction principale est "(FINISHED) Replacement of the new tab for Google Chrome".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension minimal-new-tab

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

                        (FINISHED) Replacement of the new tab for Google Chrome

Version 1.0:
- Deleted extra functionality and commented code

Versión 0.3:
- Added animate.css animations and daily quotes

Versión 0.2:
- ToDo list added at the right

Versión 0.1:
- Added centered day and hour                    

Informations de Base sur l'Extension

Nom minimal-new-tab minimal-new-tab
ID nljoaafhkenagpclofihfbfhkhddhdlk
URL Officiel https://chromewebstore.google.com/detail/minimal-new-tab/nljoaafhkenagpclofihfbfhkhddhdlk
Description (FINISHED) Replacement of the new tab for Google Chrome
Taille du Fichier 575 KB
Nombre d'Installations 24
Version Actuelle 1.0
Dernière Mise à Jour 2015-11-29
Date de Publication 2015-11-29
Évaluation 4.67/5 Total 3 Évaluations
Développeur durancristhian
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "minimal-new-tab",
    "description": "(FINISHED) Replacement of the new tab for Google Chrome",
    "version": "1.0",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon-16.png",
        "128": "img\/icon-128.png"
    }
}