Inertia
New tab replacement featuring a new image and inspirational quote every day
Was ist Inertia?
Inertia ist eine Chrome-Erweiterung, die von Welded Anvil Technologies entwickelt wurde, und ihr Hauptmerkmal ist "New tab replacement featuring a new image and inspirational quote every day".
Erweiterungsscreenshots
Inertia-Erweiterungs-CRX-Datei herunterladen
Laden Sie Inertia-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | poilglcfjccifnjlemijmfkgkcljaihp |
Offizielle URL | https://chromewebstore.google.com/detail/inertia/poilglcfjccifnjlemijmfkgkcljaihp |
Beschreibung | New tab replacement featuring a new image and inspirational quote every day |
Dateigröße | 6.49 MB |
Installationsanzahl | 17 |
Aktuelle Version | 1.2.4.18 |
Letztes Update | 2015-07-04 |
Veröffentlichungsdatum | 2015-07-04 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Welded Anvil Technologies |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |