PRODUCTIVE New Tab - Material Design

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

Cos'è PRODUCTIVE New Tab - Material Design?

PRODUCTIVE New Tab - Material Design è un'estensione di Chrome sviluppata da https://kevinkreps.de, e la sua funzione principale è "Turn the boring New Tab into a convenient and elegant Tab, which helps to increase your productivity.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione PRODUCTIVE New Tab - Material Design

Scarica i file di estensione PRODUCTIVE New Tab - Material Design in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome PRODUCTIVE New Tab - Material Design PRODUCTIVE New Tab - Material Design
ID emmpodeiofjjjigcmaegnbfkhobclfgn
URL Ufficiale https://chromewebstore.google.com/detail/productive-new-tab-materi/emmpodeiofjjjigcmaegnbfkhobclfgn
Descrizione Turn the boring New Tab into a convenient and elegant Tab, which helps to increase your productivity.
Dimensione del File 68.31 KB
Conteggio Installazioni 69
Versione Corrente 1.2
Ultimo Aggiornamento 2017-12-01
Data di Pubblicazione 2017-12-01
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://kevinkreps.de
Tipo di Pagamento free
Lingue Supportate 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"
    }
}