minimal-new-tab

(FINISHED) Replacement of the new tab for Google Chrome

Co to jest minimal-new-tab?

minimal-new-tab to rozszerzenie Chrome opracowane przez durancristhian, a jego główną funkcją jest „(FINISHED) Replacement of the new tab for Google Chrome”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia minimal-new-tab

Pobierz pliki rozszerzeń minimal-new-tab 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

                        (FINISHED) Replacement of the new tab for Google Chrome

Version 1.0:
- Deleted extra functionality and commented code

Versión 0.3:
- Added animate.css animations and daily quotes

Versión 0.2:
- ToDo list added at the right

Versión 0.1:
- Added centered day and hour                    

Podstawowe informacje o rozszerzeniu

Nazwa minimal-new-tab minimal-new-tab
ID nljoaafhkenagpclofihfbfhkhddhdlk
Oficjalny URL https://chromewebstore.google.com/detail/minimal-new-tab/nljoaafhkenagpclofihfbfhkhddhdlk
Opis (FINISHED) Replacement of the new tab for Google Chrome
Rozmiar pliku 575 KB
Liczba instalacji 24
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-11-29
Data Publikacji 2015-11-29
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper durancristhian
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "minimal-new-tab",
    "description": "(FINISHED) Replacement of the new tab for Google Chrome",
    "version": "1.0",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon-16.png",
        "128": "img\/icon-128.png"
    }
}