Inertia

New tab replacement featuring a new image and inspirational quote every day

Что такое Inertia?

Inertia - это расширение Chrome, разработанное Welded Anvil Technologies, и его основная функция - "New tab replacement featuring a new image and inspirational quote every day".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Inertia

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

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

                        Inertia replaces you new tab page with a new photo and quote every day to keep you moving, online or off.

NEW: Day/night world map displaying current satellite image and tropical weather. Check it out at the link in the bottom right corner.                    

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

Название Inertia Inertia
ID poilglcfjccifnjlemijmfkgkcljaihp
Официальный URL https://chromewebstore.google.com/detail/inertia/poilglcfjccifnjlemijmfkgkcljaihp
Описание New tab replacement featuring a new image and inspirational quote every day
Размер файла 6.49 MB
Количество установок 17
Текущая Версия 1.2.4.18
Последнее Обновление 2015-07-04
Дата публикации 2015-07-04
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Welded Anvil Technologies
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inertia",
    "version": "1.2.4.18",
    "manifest_version": 2,
    "description": "New tab replacement featuring a new image and inspirational quote every day",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/app.js"
        ]
    },
    "permissions": [
        "geolocation",
        "unlimitedStorage",
        "*:\/\/*.dailyinertia.com\/*",
        "*:\/\/*.mixpanel.com\/*",
        "*:\/\/*.mxpnl.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.dailyinertia.com https:\/\/api.mixpanel.com https:\/\/cdn.mxpnl.com 'unsafe-eval'; object-src 'self'",
    "offline_enabled": true
}