New Inspiring Tab!

Get inspired every time you open a new tab! Set a list of websites which will be shown while you set the address of a new tab.

Что такое New Inspiring Tab!?

New Inspiring Tab! - это расширение Chrome, разработанное https://www.nuthinking.com, и его основная функция - "Get inspired every time you open a new tab! Set a list of websites which will be shown while you set the address of a new tab.".

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

screenshot

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

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

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

                        Why having a page loaded in your new tab?

There are web pages that update frequently and that can provide an impressive amount of visual inspiration. An example is Dribbble. You could also put your Facebook but the idea is not to get too distracted to avoid the risk to forget where you wanted to go. The more visual, the better.


Please report new issues here: https://github.com/nuthinking/New-Inspiring-Tab/issues                    

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

Название New Inspiring Tab! New Inspiring Tab!
ID jljbfjieapkkmdhfngjbdjmchoknjlek
Официальный URL https://chromewebstore.google.com/detail/new-inspiring-tab/jljbfjieapkkmdhfngjbdjmchoknjlek
Описание Get inspired every time you open a new tab! Set a list of websites which will be shown while you set the address of a new tab.
Размер файла 10.53 KB
Количество установок 20
Текущая Версия 1.1
Последнее Обновление 2012-04-02
Дата публикации 2012-04-02
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://www.nuthinking.com
Тип оплаты free
URL страницы помощи https://github.com/nuthinking/New-Inspiring-Tab
Поддерживаемые языки en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Inspiring Tab!",
    "version": "1.1",
    "description": "Get inspired every time you open a new tab! Set a list of websites which will be shown while you set the address of a new tab.",
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "options_page": "options.html",
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2
}