Inertia
New tab replacement featuring a new image and inspirational quote every day
Wat is Inertia?
Inertia is een Chrome-extensie ontwikkeld door Welded Anvil Technologies, en de belangrijkste functie is "New tab replacement featuring a new image and inspirational quote every day".
Extensie Screenshots
Download het CRX-bestand van de extensie Inertia
Download Inertia-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | poilglcfjccifnjlemijmfkgkcljaihp |
Officiële URL | https://chromewebstore.google.com/detail/inertia/poilglcfjccifnjlemijmfkgkcljaihp |
Beschrijving | New tab replacement featuring a new image and inspirational quote every day |
Bestandsgrootte | 6.49 MB |
Aantal Installaties | 17 |
Huidige Versie | 1.2.4.18 |
Laatst Bijgewerkt | 2015-07-04 |
Publicatiedatum | 2015-07-04 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Welded Anvil Technologies |
Betalingswijze | free |
Ondersteunde Talen | 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 } |