PRODUCTIVE New Tab - Material Design

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

Co to jest PRODUCTIVE New Tab - Material Design?

PRODUCTIVE New Tab - Material Design to rozszerzenie Chrome opracowane przez https://kevinkreps.de, a jego główną funkcją jest „Turn the boring New Tab into a convenient and elegant Tab, which helps to increase your productivity.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia PRODUCTIVE New Tab - Material Design

Pobierz pliki rozszerzeń PRODUCTIVE New Tab - Material Design w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa PRODUCTIVE New Tab - Material Design PRODUCTIVE New Tab - Material Design
ID emmpodeiofjjjigcmaegnbfkhobclfgn
Oficjalny URL https://chromewebstore.google.com/detail/productive-new-tab-materi/emmpodeiofjjjigcmaegnbfkhobclfgn
Opis Turn the boring New Tab into a convenient and elegant Tab, which helps to increase your productivity.
Rozmiar pliku 68.31 KB
Liczba instalacji 69
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2017-12-01
Data Publikacji 2017-12-01
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://kevinkreps.de
Typ Płatności free
Obsługiwane Języki 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"
    }
}