Custom New Tab URL

Customize the new tab URL.

Что такое Custom New Tab URL?

Custom New Tab URL - это расширение Chrome, разработанное publisher, и его основная функция - "Customize the new tab URL.".

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

screenshot
screenshot

Скачать файл CRX расширения Custom New Tab URL

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

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

                        Chrome doesn't allow you to configure a new tab URL.
It always opens its New Tab Page with a search bar and some browsing history.

With this extension, you can use the options page to store a link to a page or even a path to a local file that will be loaded when a new tab is created.
It is very lightweight and easy to use!

For people who prefer dark mode, try enabling the following Chrome builtin flag:
chrome://flags/#enable-force-dark

--------------------

ATTENTION:
Since Chrome Version 118.0.5993.71, setting the new tab to a local file requires to turn the "Allow access to file URLs" option in the extension management page. Open the Manage Extension page, find the Custom New Tab URL extension and click the Details button, then find the option "Allow access to file URLs" and turn it on.                    

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

Название Custom New Tab URL Custom New Tab URL
ID mmjbdbjnoablegbkcklggeknkfcjkjia
Официальный URL https://chromewebstore.google.com/detail/custom-new-tab-url/mmjbdbjnoablegbkcklggeknkfcjkjia
Описание Customize the new tab URL.
Размер файла 80.19 KB
Количество установок 32,654
Текущая Версия 1.1.5
Последнее Обновление 2023-10-18
Дата публикации 2018-12-05
Рейтинг 4.52/5 Всего 73 оценок
Разработчик publisher
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Custom New Tab URL",
    "description": "Customize the new tab URL.",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "version": "1.1.5",
    "options_page": "options.html",
    "offline_enabled": true,
    "optional_host_permissions": [
        "file:\/\/*\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}