Elegant Startage | New Tab

An elegant and powerful startpage.

Co to jest Elegant Startage | New Tab?

Elegant Startage | New Tab to rozszerzenie Chrome opracowane przez thomaidistheo, a jego główną funkcją jest „An elegant and powerful startpage.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Elegant Startage | New Tab

Pobierz pliki rozszerzeń Elegant Startage | 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

                        An elegant and powerful startpage.

A New Tab replacement with elegant design and powerful tools to boost your productivity.

First things first, yes there is a dark mode option. 

List of tools: 
- Create custom bookmarks for your favorite websites
- Add tasks to an organized ToDo List
- Take notes and add them to a Notes List 
- Google search box
- Light / Dark theme

All that in 1 page, accessible in your New Tab. The perfect tool for productivity.                    

Podstawowe informacje o rozszerzeniu

Nazwa Elegant Startage | New Tab Elegant Startage | New Tab
ID odgeaoeiadnifppkijkaiiafbcendbhd
Oficjalny URL https://chromewebstore.google.com/detail/elegant-startage-new-tab/odgeaoeiadnifppkijkaiiafbcendbhd
Opis An elegant and powerful startpage.
Rozmiar pliku 1.04 MB
Liczba instalacji 90
Aktualna Wersja 1.6.3
Ostatnia Aktualizacja 2021-02-04
Data Publikacji 2021-02-03
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper thomaidistheo
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",
    "manifest_version": 2,
    "name": "Elegant Startage | New Tab",
    "description": "An elegant and powerful startpage.",
    "version": "1.6.3",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": "\/assets\/96x96_icon.png"
    },
    "permission": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": false
    }
}