PRODUCTIVE New Tab - Material Design

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

Wat is PRODUCTIVE New Tab - Material Design?

PRODUCTIVE New Tab - Material Design is een Chrome-extensie ontwikkeld door https://kevinkreps.de, en de belangrijkste functie is "Turn the boring New Tab into a convenient and elegant Tab, which helps to increase your productivity.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie PRODUCTIVE New Tab - Material Design

Download PRODUCTIVE New Tab - Material Design-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

                        - 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!                    

Basisinformatie over de Extensie

Naam PRODUCTIVE New Tab - Material Design PRODUCTIVE New Tab - Material Design
ID emmpodeiofjjjigcmaegnbfkhobclfgn
Officiële URL https://chromewebstore.google.com/detail/productive-new-tab-materi/emmpodeiofjjjigcmaegnbfkhobclfgn
Beschrijving Turn the boring New Tab into a convenient and elegant Tab, which helps to increase your productivity.
Bestandsgrootte 68.31 KB
Aantal Installaties 69
Huidige Versie 1.2
Laatst Bijgewerkt 2017-12-01
Publicatiedatum 2017-12-01
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://kevinkreps.de
Betalingswijze free
Ondersteunde Talen 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"
    }
}