Your New Tab Page

Overrides the new tab page on Chrome with a more elegant and simple design.

Что такое Your New Tab Page?

Your New Tab Page - это расширение Chrome, разработанное disregarding standards, и его основная функция - "Overrides the new tab page on Chrome with a more elegant and simple design.".

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

screenshot
screenshot
screenshot

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

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

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

                        Allows you to customize your new tab page by adding whatever links you want, and not be stuck with the default 8.

You are now able to customize the font and background color.
Under "Settings", enter colors in hex (#FFFFFF is white) notation.

Uses:
- Place new links to your favorite websites
- Keep track of your packages by adding a link
- Have more, or less, than just 8 links.


Todo:
- Ability to sort the links
- Provide weather information
- Add a to-do list                    

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

Название Your New Tab Page Your New Tab Page
ID daeegpekhhgennllidlchmpaamfjhnfk
Официальный URL https://chromewebstore.google.com/detail/your-new-tab-page/daeegpekhhgennllidlchmpaamfjhnfk
Описание Overrides the new tab page on Chrome with a more elegant and simple design.
Размер файла 160 KB
Количество установок 10
Текущая Версия 1.4
Последнее Обновление 2014-01-25
Дата публикации 2014-01-25
Рейтинг 5.00/5 Всего 1 оценок
Разработчик disregarding standards
Тип оплаты free
Официальный сайт расширения https://github.com/yvescourtois/your-new-tab-page
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Your New Tab Page",
    "description": "Overrides the new tab page on Chrome with a more elegant and simple design.",
    "version": "1.4",
    "manifest_version": 2,
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "topSites",
        "http:\/\/query.yahooapis.com\/"
    ],
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "blank.gif"
    },
    "background": {
        "scripts": [
            "includes\/jquery-1.10.2.min.js",
            "includes\/bootstrap.min.js",
            "includes\/events.js",
            "includes\/ready.js"
        ]
    }
}