Minimalist Tab

Simplify your Chrome new tab page.

Hvad er Minimalist Tab?

Minimalist Tab er en Chrome-udvidelse udviklet af https://benandy.github.io, og dens hovedfunktion er "Simplify your Chrome new tab page.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Minimalist Tab-udvidelses-CRX-fil

Download Minimalist Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Simplify your Chrome new tab page. A minimalist new tab page with only the essential two things you need to keep your week on track, the time and date. Nothing special, not overcrowded nor eye distracting.                    

Grundlæggende oplysninger om udvidelsen

Navn Minimalist Tab Minimalist Tab
ID dcnlolkfplhlimlokmkinnmpjecghgcc
Officiel URL https://chromewebstore.google.com/detail/minimalist-tab/dcnlolkfplhlimlokmkinnmpjecghgcc
Beskrivelse Simplify your Chrome new tab page.
Filstørrelse 6.73 KB
Antal Installationer 100
Nuværende Version 1.1.7
Senest Opdateret 2017-10-03
Udgivelsesdato 2017-10-02
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://benandy.github.io
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://benandy.github.io/minimalisttab/
URL til Fortrolighedspolitik Side http://benandy.github.io/privacy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.7",
    "name": "Minimalist Tab",
    "short_name": "Minimalist Tab",
    "description": "Simplify your Chrome new tab page.",
    "manifest_version": 2,
    "author": "Benjamin Developments",
    "offline_enabled": true,
    "homepage_url": "https:\/\/benandy.github.io\/minimalisttab",
    "incognito": "split",
    "content_security_policy": "script-src  'self' https:\/\/ssl.google-analytics.com; object-src 'self'; sandbox allow-forms allow-scripts allow-same-origin allow-modals",
    "minimum_chrome_version": "48.0.2564",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "cookies",
        "unlimitedStorage",
        "*:\/\/benandy.github.io\/*"
    ]
}