new tab links

A replacement new tab page, displays a clock and links of your choosing.

Co to jest new tab links?

new tab links to rozszerzenie Chrome opracowane przez https://nathanwentworth.co, a jego główną funkcją jest „A replacement new tab page, displays a clock and links of your choosing.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia new tab links

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

                        A replacement for the new tab page, displays a small clock and a selection of editable links. 

Add new links by clicking "edit" at the bottom left, and typing a link followed by a space and the title of the link. 

New in 1.5.1:
- Yellow theme added
- Will now allow urls without a tld, such as 'http://localhost'
New in v1.5:
- Now allows for vertical/horizontal scrolling
- Edit menu has a background so it can be seen easier in front of long lists
- Blank lines no longer count as elements                    

Podstawowe informacje o rozszerzeniu

Nazwa new tab links new tab links
ID dhilgiccnfcdipikddkegbpphmnobpnn
Oficjalny URL https://chromewebstore.google.com/detail/new-tab-links/dhilgiccnfcdipikddkegbpphmnobpnn
Opis A replacement new tab page, displays a clock and links of your choosing.
Rozmiar pliku 65.62 KB
Liczba instalacji 130
Aktualna Wersja 1.5.1
Ostatnia Aktualizacja 2021-03-25
Data Publikacji 2019-03-27
Ocena 4.75/5 Łącznie 8 Oceny
Deweloper https://nathanwentworth.co
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://nathanwentworth.co/projects/new-tab-links/
Adres URL Strony Pomocy https://twitter.com/nathanwentworth
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "new tab links",
    "manifest_version": 2,
    "version": "1.5.1",
    "description": "A replacement new tab page, displays a clock and links of your choosing.",
    "applications": {
        "gecko": {
            "id": "{2fdf13eb-fee6-48c7-9bd3-5624a005d68e}"
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}