PRODUCTIVE New Tab - Material Design

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

What is PRODUCTIVE New Tab - Material Design?

PRODUCTIVE New Tab - Material Design is a Chrome extension developed by https://kevinkreps.de, and its main feature is "Turn the boring New Tab into a convenient and elegant Tab, which helps to increase your productivity.".

Extension Screenshots

screenshot
screenshot

Download PRODUCTIVE New Tab - Material Design Extension CRX File

Download PRODUCTIVE New Tab - Material Design extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name PRODUCTIVE New Tab - Material Design PRODUCTIVE New Tab - Material Design
ID emmpodeiofjjjigcmaegnbfkhobclfgn
Official URL 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.
File Size 68.31 KB
Installation Count 69
Current Version 1.2
Last Updated 2017-12-01
Publish Date 2017-12-01
Rating 5.00/5 Total 3 Ratings
Developer https://kevinkreps.de
Payment Type free
Supported Languages 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"
    }
}