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.

Co to jest New Inspiring Tab!?

New Inspiring Tab! to rozszerzenie Chrome opracowane przez https://www.nuthinking.com, a jego główną funkcją jest „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.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia New Inspiring Tab!

Pobierz pliki rozszerzeń New Inspiring Tab! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa New Inspiring Tab! New Inspiring Tab!
ID jljbfjieapkkmdhfngjbdjmchoknjlek
Oficjalny URL https://chromewebstore.google.com/detail/new-inspiring-tab/jljbfjieapkkmdhfngjbdjmchoknjlek
Opis 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.
Rozmiar pliku 10.53 KB
Liczba instalacji 20
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2012-04-02
Data Publikacji 2012-04-02
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://www.nuthinking.com
Typ Płatności free
Adres URL Strony Pomocy https://github.com/nuthinking/New-Inspiring-Tab
Obsługiwane Języki 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
}