Minimalist Tab

Simplify your Chrome new tab page.

Vad är Minimalist Tab?

Minimalist Tab är en Chrome-tillägg utvecklad av https://benandy.github.io, och dess huvudfunktion är "Simplify your Chrome new tab page.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Minimalist Tab-förlängningens CRX-fil

Ladda ner Minimalist Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Minimalist Tab Minimalist Tab
ID dcnlolkfplhlimlokmkinnmpjecghgcc
Officiell webbadress https://chromewebstore.google.com/detail/minimalist-tab/dcnlolkfplhlimlokmkinnmpjecghgcc
Beskrivning Simplify your Chrome new tab page.
Filstorlek 6.73 KB
Antal Installationer 100
Aktuell Version 1.1.7
Senast Uppdaterad 2017-10-03
Publiceringsdatum 2017-10-02
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://benandy.github.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://benandy.github.io/minimalisttab/
URL till Sekretesspolicy Sidan http://benandy.github.io/privacy
Stödda Språk 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\/*"
    ]
}