PRODUCTIVE New Tab - Material Design

Turn the boring New Tab into a convenient and elegant Tab, which helps to increase your productivity.

Qu'est-ce que PRODUCTIVE New Tab - Material Design ?

PRODUCTIVE New Tab - Material Design est une extension Chrome développée par https://kevinkreps.de, et sa fonction principale est "Turn the boring New Tab into a convenient and elegant Tab, which helps to increase your productivity.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension PRODUCTIVE New Tab - Material Design

Téléchargez les fichiers d'extension PRODUCTIVE New Tab - Material Design 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

                        - Based on Material Design
- Card System
- High customizability

1. Clock
2. Bookmarks
3. Notepad

Keep track on your ToDo-List and enjoy a quick access to important bookmarks.

Suggestions for cards or anything else are appreciated!                    

Informations de Base sur l'Extension

Nom PRODUCTIVE New Tab - Material Design PRODUCTIVE New Tab - Material Design
ID emmpodeiofjjjigcmaegnbfkhobclfgn
URL Officiel https://chromewebstore.google.com/detail/productive-new-tab-materi/emmpodeiofjjjigcmaegnbfkhobclfgn
Description Turn the boring New Tab into a convenient and elegant Tab, which helps to increase your productivity.
Taille du Fichier 68.31 KB
Nombre d'Installations 69
Version Actuelle 1.2
Dernière Mise à Jour 2017-12-01
Date de Publication 2017-12-01
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://kevinkreps.de
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PRODUCTIVE New Tab - Material Design",
    "description": "Turn the boring New Tab into a convenient and elegant Tab, which helps to increase your productivity.",
    "icons": {
        "128": "Logo128x128.png"
    },
    "version": "1.2",
    "browser_action": {
        "default_icon": "Logo128x128.png",
        "default_popup": "popup.html",
        "default_title": "PRODUCTIVE New Tab - Material Design"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/",
        "storage",
        "management",
        "sessions"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}