new tab links

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

Что такое new tab links?

new tab links - это расширение Chrome, разработанное https://nathanwentworth.co, и его основная функция - "A replacement new tab page, displays a clock and links of your choosing.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения new tab links

Скачайте файлы расширений new tab links в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название new tab links new tab links
ID dhilgiccnfcdipikddkegbpphmnobpnn
Официальный URL https://chromewebstore.google.com/detail/new-tab-links/dhilgiccnfcdipikddkegbpphmnobpnn
Описание A replacement new tab page, displays a clock and links of your choosing.
Размер файла 65.62 KB
Количество установок 130
Текущая Версия 1.5.1
Последнее Обновление 2021-03-25
Дата публикации 2019-03-27
Рейтинг 4.75/5 Всего 8 оценок
Разработчик https://nathanwentworth.co
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://nathanwentworth.co/projects/new-tab-links/
URL страницы помощи https://twitter.com/nathanwentworth
Поддерживаемые языки 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"
    ]
}