new tab links

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

Vad är new tab links?

new tab links är en Chrome-tillägg utvecklad av https://nathanwentworth.co, och dess huvudfunktion är "A replacement new tab page, displays a clock and links of your choosing.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner new tab links-förlängningens CRX-fil

Ladda ner new tab links-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn new tab links new tab links
ID dhilgiccnfcdipikddkegbpphmnobpnn
Officiell webbadress https://chromewebstore.google.com/detail/new-tab-links/dhilgiccnfcdipikddkegbpphmnobpnn
Beskrivning A replacement new tab page, displays a clock and links of your choosing.
Filstorlek 65.62 KB
Antal Installationer 130
Aktuell Version 1.5.1
Senast Uppdaterad 2021-03-25
Publiceringsdatum 2019-03-27
Betyg 4.75/5 Totalt 8 Betyg
Utvecklare https://nathanwentworth.co
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://nathanwentworth.co/projects/new-tab-links/
Hjälpsida URL https://twitter.com/nathanwentworth
Stödda Språk 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"
    ]
}