new tab links
A replacement new tab page, displays a clock and links of your choosing.
O que é new tab links?
new tab links é uma extensão do Chrome desenvolvida por https://nathanwentworth.co, e sua principal característica é "A replacement new tab page, displays a clock and links of your choosing.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão new tab links
Baixe arquivos de extensão new tab links no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | new tab links |
ID | dhilgiccnfcdipikddkegbpphmnobpnn |
URL Oficial | https://chromewebstore.google.com/detail/new-tab-links/dhilgiccnfcdipikddkegbpphmnobpnn |
Descrição | A replacement new tab page, displays a clock and links of your choosing. |
Tamanho do Arquivo | 65.62 KB |
Contagem de Instalações | 130 |
Versão Atual | 1.5.1 |
Última Atualização | 2021-03-25 |
Data de Publicação | 2019-03-27 |
Classificação | 4.75/5 Total de 8 Avaliações |
Desenvolvedor | https://nathanwentworth.co |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://nathanwentworth.co/projects/new-tab-links/ |
URL da Página de Ajuda | https://twitter.com/nathanwentworth |
Idiomas Suportados | 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" ] } |