Material Design New Tab

Material Design new tab page

Wat is Material Design New Tab?

Material Design New Tab is een Chrome-extensie ontwikkeld door https://tab.xiejie.co, en de belangrijkste functie is "Material Design new tab page".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        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                    

Basisinformatie over de Extensie

Naam Material Design New Tab Material Design New Tab
ID kgfodmcknjlgkbgkkafogbdaibkfgdgo
Officiële URL https://chromewebstore.google.com/detail/material-design-new-tab/kgfodmcknjlgkbgkkafogbdaibkfgdgo
Beschrijving Material Design new tab page
Bestandsgrootte 405 KB
Aantal Installaties 3,535
Huidige Versie 1.8.7
Laatst Bijgewerkt 2018-11-21
Publicatiedatum 2018-11-21
Beoordeling 4.78/5 Totaal 78 Beoordelingen
Ontwikkelaar https://tab.xiejie.co
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://tab.xiejie.co
Help Pagina-URL https://tab.xiejie.co/logs
Ondersteunde Talen 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",
        ""
    ]
}