Inspiral, inspiring new tab page

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

Что такое Inspiral, inspiring new tab page?

Inspiral, inspiring new tab page - это расширение Chrome, разработанное Or Ron, и его основная функция - "Get inspired by amazing things every time you open a new tab".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Inspiral, inspiring new tab page

Скачайте файлы расширений Inspiral, inspiring new tab page в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        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                    

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

Название Inspiral, inspiring new tab page Inspiral, inspiring new tab page
ID pmoealnilgacefigomohkaciaoohgdlm
Официальный URL https://chrome.google.com/webstore/detail/inspiral-inspiring-new-ta/pmoealnilgacefigomohkaciaoohgdlm
Описание Get inspired by amazing things every time you open a new tab
Размер файла 486 KB
Количество установок 18
Текущая Версия 0.12
Последнее Обновление 2015-01-14
Дата публикации 2015-01-14
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Or Ron
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}