Inertia

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

Vad är Inertia?

Inertia är en Chrome-tillägg utvecklad av Welded Anvil Technologies, och dess huvudfunktion är "New tab replacement featuring a new image and inspirational quote every day".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Inertia-förlängningens CRX-fil

Ladda ner Inertia-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Inertia Inertia
ID poilglcfjccifnjlemijmfkgkcljaihp
Officiell webbadress https://chromewebstore.google.com/detail/inertia/poilglcfjccifnjlemijmfkgkcljaihp
Beskrivning New tab replacement featuring a new image and inspirational quote every day
Filstorlek 6.49 MB
Antal Installationer 17
Aktuell Version 1.2.4.18
Senast Uppdaterad 2015-07-04
Publiceringsdatum 2015-07-04
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Welded Anvil Technologies
Betalningssätt free
Stödda Språk 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
}