Material Design New Tab

Material Design new tab page

What is Material Design New Tab?

Material Design New Tab is a Chrome extension developed by https://tab.xiejie.co, and its main feature is "Material Design new tab page".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Material Design New Tab Extension CRX File

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

                        A beautiful and customizable new tab page to replace the default.

Features
- Material Design style
- Manage your favorite websites
- Switchable search engines
- Weather forecast, Chrome Apps list
- You can view all and recently added bookmarks, and you can also search
- Personalized background with wallpaper or solid color
- Customizable settings                    

Extension Basic Information

Name Material Design New Tab Material Design New Tab
ID kgfodmcknjlgkbgkkafogbdaibkfgdgo
Official URL https://chromewebstore.google.com/detail/material-design-new-tab/kgfodmcknjlgkbgkkafogbdaibkfgdgo
Description Material Design new tab page
File Size 405 KB
Installation Count 3,535
Current Version 1.8.7
Last Updated 2018-11-21
Publish Date 2018-11-21
Rating 4.78/5 Total 78 Ratings
Developer https://tab.xiejie.co
Email [email protected]
Payment Type free
Extension Website https://tab.xiejie.co
Help Page URL https://tab.xiejie.co/logs
Supported Languages en,bg,ru,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Material Design New Tab",
    "version": "1.8.7",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icons\/[email protected]",
        "48": "icons\/[email protected]",
        "128": "icons\/[email protected]"
    },
    "background": {
        "page": "index.html"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage",
        "management",
        "bookmarks",
        "background",
        "geolocation",
        ""
    ]
}