Minimalist Tab

Simplify your Chrome new tab page.

Qu'est-ce que Minimalist Tab ?

Minimalist Tab est une extension Chrome développée par https://benandy.github.io, et sa fonction principale est "Simplify your Chrome new tab page.".

Captures d'Écran de l'Extension

screenshot
screenshot

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

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

                        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.                    

Informations de Base sur l'Extension

Nom Minimalist Tab Minimalist Tab
ID dcnlolkfplhlimlokmkinnmpjecghgcc
URL Officiel https://chromewebstore.google.com/detail/minimalist-tab/dcnlolkfplhlimlokmkinnmpjecghgcc
Description Simplify your Chrome new tab page.
Taille du Fichier 6.73 KB
Nombre d'Installations 100
Version Actuelle 1.1.7
Dernière Mise à Jour 2017-10-03
Date de Publication 2017-10-02
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://benandy.github.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://benandy.github.io/minimalisttab/
URL de la Page de Politique de Confidentialité http://benandy.github.io/privacy
Langues Prises en Charge 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\/*"
    ]
}