Minimal Tab

The bare minimum new tab.

Wat is Minimal Tab?

Minimal Tab is een Chrome-extensie ontwikkeld door katlyn, en de belangrijkste functie is "The bare minimum new tab.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Minimal Tab

Download Minimal Tab-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

                        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.                    

Basisinformatie over de Extensie

Naam Minimal Tab Minimal Tab
ID demlbafhccdnkoindnhnnagdabljhgeh
Officiële URL https://chromewebstore.google.com/detail/minimal-tab/demlbafhccdnkoindnhnnagdabljhgeh
Beschrijving The bare minimum new tab.
Bestandsgrootte 7.71 KB
Aantal Installaties 24
Huidige Versie 0.0.7.0
Laatst Bijgewerkt 2019-02-14
Publicatiedatum 2019-02-13
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar katlyn
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}