new tab links
A replacement new tab page, displays a clock and links of your choosing.
Cos'è new tab links?
new tab links è un'estensione di Chrome sviluppata da https://nathanwentworth.co, e la sua funzione principale è "A replacement new tab page, displays a clock and links of your choosing.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione new tab links
Scarica i file di estensione new tab links in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | dhilgiccnfcdipikddkegbpphmnobpnn |
| URL Ufficiale | https://chromewebstore.google.com/detail/new-tab-links/dhilgiccnfcdipikddkegbpphmnobpnn |
| Descrizione | A replacement new tab page, displays a clock and links of your choosing. |
| Dimensione del File | 65.62 KB |
| Conteggio Installazioni | 130 |
| Versione Corrente | 1.5.1 |
| Ultimo Aggiornamento | 2021-03-25 |
| Data di Pubblicazione | 2019-03-27 |
| Valutazione | 4.75/5 Totale 8 Valutazioni |
| Sviluppatore | https://nathanwentworth.co |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://nathanwentworth.co/projects/new-tab-links/ |
| URL della Pagina di Aiuto | https://twitter.com/nathanwentworth |
| Lingue Supportate | 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"
]
} | |