PRODUCTIVE New Tab - Material Design

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

O que é PRODUCTIVE New Tab - Material Design?

PRODUCTIVE New Tab - Material Design é uma extensão do Chrome desenvolvida por https://kevinkreps.de, e sua principal característica é "Turn the boring New Tab into a convenient and elegant Tab, which helps to increase your productivity.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão PRODUCTIVE New Tab - Material Design

Baixe arquivos de extensão PRODUCTIVE New Tab - Material Design no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome PRODUCTIVE New Tab - Material Design PRODUCTIVE New Tab - Material Design
ID emmpodeiofjjjigcmaegnbfkhobclfgn
URL Oficial https://chromewebstore.google.com/detail/productive-new-tab-materi/emmpodeiofjjjigcmaegnbfkhobclfgn
Descrição Turn the boring New Tab into a convenient and elegant Tab, which helps to increase your productivity.
Tamanho do Arquivo 68.31 KB
Contagem de Instalações 69
Versão Atual 1.2
Última Atualização 2017-12-01
Data de Publicação 2017-12-01
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://kevinkreps.de
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}