Inertia

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

Co je Inertia?

Inertia je rozšíření Chrome vyvinuté Welded Anvil Technologies, a jeho hlavní funkcí je „New tab replacement featuring a new image and inspirational quote every day“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Inertia

Stáhněte si soubory rozšíření Inertia ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Inertia Inertia
ID poilglcfjccifnjlemijmfkgkcljaihp
Oficiální URL https://chromewebstore.google.com/detail/inertia/poilglcfjccifnjlemijmfkgkcljaihp
Popis New tab replacement featuring a new image and inspirational quote every day
Velikost souboru 6.49 MB
Počet instalací 17
Aktuální Verze 1.2.4.18
Poslední Aktualizace 2015-07-04
Datum Vydání 2015-07-04
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Welded Anvil Technologies
Typ Platby free
Podporované Jazyky 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
}