Inertia

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

Cos'è Inertia?

Inertia è un'estensione di Chrome sviluppata da Welded Anvil Technologies, e la sua funzione principale è "New tab replacement featuring a new image and inspirational quote every day".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Inertia

Scarica i file di estensione Inertia in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Inertia Inertia
ID poilglcfjccifnjlemijmfkgkcljaihp
URL Ufficiale https://chromewebstore.google.com/detail/inertia/poilglcfjccifnjlemijmfkgkcljaihp
Descrizione New tab replacement featuring a new image and inspirational quote every day
Dimensione del File 6.49 MB
Conteggio Installazioni 17
Versione Corrente 1.2.4.18
Ultimo Aggiornamento 2015-07-04
Data di Pubblicazione 2015-07-04
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Welded Anvil Technologies
Tipo di Pagamento free
Lingue Supportate 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
}