Inertia

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

Apa itu Inertia?

Inertia adalah ekstensi Chrome yang dikembangkan oleh Welded Anvil Technologies, dan fitur utamanya adalah "New tab replacement featuring a new image and inspirational quote every day".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Inertia

Unduh file ekstensi Inertia dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Inertia Inertia
ID poilglcfjccifnjlemijmfkgkcljaihp
URL Resmi https://chromewebstore.google.com/detail/inertia/poilglcfjccifnjlemijmfkgkcljaihp
Deskripsi New tab replacement featuring a new image and inspirational quote every day
Ukuran File 6.49 MB
Jumlah Instalasi 17
Versi Saat Ini 1.2.4.18
Terakhir Diperbarui 2015-07-04
Tanggal Publikasi 2015-07-04
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Welded Anvil Technologies
Tipe Pembayaran free
Bahasa yang Didukung 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
}