Minimal Tab

The bare minimum new tab.

Qu'est-ce que Minimal Tab ?

Minimal Tab est une extension Chrome développée par katlyn, et sa fonction principale est "The bare minimum new tab.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Minimal Tab

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

                        The bare minimum new tab - well, almost. Bare minimum would be nothing, and nothing looks bad. So we put a picture there instead. No text, no links, just a picture.                    

Informations de Base sur l'Extension

Nom Minimal Tab Minimal Tab
ID demlbafhccdnkoindnhnnagdabljhgeh
URL Officiel https://chromewebstore.google.com/detail/minimal-tab/demlbafhccdnkoindnhnnagdabljhgeh
Description The bare minimum new tab.
Taille du Fichier 7.71 KB
Nombre d'Installations 24
Version Actuelle 0.0.7.0
Dernière Mise à Jour 2019-02-14
Date de Publication 2019-02-13
Évaluation 4.33/5 Total 3 Évaluations
Développeur katlyn
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 Tab",
    "manifest_version": 2,
    "version": "0.0.7.0",
    "description": "The bare minimum new tab.",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": ".\/tab.html"
    }
}