Inertia

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

Qu'est-ce que Inertia ?

Inertia est une extension Chrome développée par Welded Anvil Technologies, et sa fonction principale est "New tab replacement featuring a new image and inspirational quote every day".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Inertia

Téléchargez les fichiers d'extension Inertia au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Inertia Inertia
ID poilglcfjccifnjlemijmfkgkcljaihp
URL Officiel https://chromewebstore.google.com/detail/inertia/poilglcfjccifnjlemijmfkgkcljaihp
Description New tab replacement featuring a new image and inspirational quote every day
Taille du Fichier 6.49 MB
Nombre d'Installations 17
Version Actuelle 1.2.4.18
Dernière Mise à Jour 2015-07-04
Date de Publication 2015-07-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur Welded Anvil Technologies
Type de Paiement free
Langues Prises en Charge 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
}