new tab links

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

Was ist new tab links?

new tab links ist eine Chrome-Erweiterung, die von https://nathanwentworth.co entwickelt wurde, und ihr Hauptmerkmal ist "A replacement new tab page, displays a clock and links of your choosing.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

new tab links-Erweiterungs-CRX-Datei herunterladen

Laden Sie new tab links-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name new tab links new tab links
ID dhilgiccnfcdipikddkegbpphmnobpnn
Offizielle URL https://chromewebstore.google.com/detail/new-tab-links/dhilgiccnfcdipikddkegbpphmnobpnn
Beschreibung A replacement new tab page, displays a clock and links of your choosing.
Dateigröße 65.62 KB
Installationsanzahl 130
Aktuelle Version 1.5.1
Letztes Update 2021-03-25
Veröffentlichungsdatum 2019-03-27
Bewertung 4.75/5 Insgesamt 8 Bewertungen
Entwickler https://nathanwentworth.co
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://nathanwentworth.co/projects/new-tab-links/
Hilfeseite URL https://twitter.com/nathanwentworth
Unterstützte Sprachen 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"
    ]
}