Inspiral, inspiring new tab page

Get inspired by amazing things every time you open a new tab

Co to jest Inspiral, inspiring new tab page?

Inspiral, inspiring new tab page to rozszerzenie Chrome opracowane przez Or Ron, a jego główną funkcją jest „Get inspired by amazing things every time you open a new tab”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Inspiral, inspiring new tab page

Pobierz pliki rozszerzeń Inspiral, inspiring new tab page 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

                        Inspiral is an HTML5 webapp that aims to get you inpired every time you open a new tab.
The main focus is give you the inspiration you need in a new morning, during the rough noon times and on the night.

For any comments or suggestion please email me: or.ron10[at]gmail.com                    

Podstawowe informacje o rozszerzeniu

Nazwa Inspiral, inspiring new tab page Inspiral, inspiring new tab page
ID pmoealnilgacefigomohkaciaoohgdlm
Oficjalny URL https://chrome.google.com/webstore/detail/inspiral-inspiring-new-ta/pmoealnilgacefigomohkaciaoohgdlm
Opis Get inspired by amazing things every time you open a new tab
Rozmiar pliku 486 KB
Liczba instalacji 18
Aktualna Wersja 0.12
Ostatnia Aktualizacja 2015-01-14
Data Publikacji 2015-01-14
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Or Ron
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inspiral, inspiring new tab page",
    "description": "Get inspired by amazing things every time you open a new tab",
    "version": "0.12",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "topSites"
    ]
}