Inertia

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

O que é Inertia?

Inertia é uma extensão do Chrome desenvolvida por Welded Anvil Technologies, e sua principal característica é "New tab replacement featuring a new image and inspirational quote every day".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Inertia

Baixe arquivos de extensão Inertia no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Inertia Inertia
ID poilglcfjccifnjlemijmfkgkcljaihp
URL Oficial https://chromewebstore.google.com/detail/inertia/poilglcfjccifnjlemijmfkgkcljaihp
Descrição New tab replacement featuring a new image and inspirational quote every day
Tamanho do Arquivo 6.49 MB
Contagem de Instalações 17
Versão Atual 1.2.4.18
Última Atualização 2015-07-04
Data de Publicação 2015-07-04
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Welded Anvil Technologies
Tipo de Pagamento free
Idiomas Suportados 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
}