Inertia
New tab replacement featuring a new image and inspirational quote every day
What is Inertia?
Inertia is a Chrome extension developed by Welded Anvil Technologies, and its main feature is "New tab replacement featuring a new image and inspirational quote every day".
Extension Screenshots
Download Inertia Extension CRX File
Download Inertia extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | poilglcfjccifnjlemijmfkgkcljaihp |
Official URL | https://chromewebstore.google.com/detail/inertia/poilglcfjccifnjlemijmfkgkcljaihp |
Description | New tab replacement featuring a new image and inspirational quote every day |
File Size | 6.49 MB |
Installation Count | 17 |
Current Version | 1.2.4.18 |
Last Updated | 2015-07-04 |
Publish Date | 2015-07-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Welded Anvil Technologies |
Payment Type | free |
Supported Languages | 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 } |