Inertia
New tab replacement featuring a new image and inspirational quote every day
Co to jest Inertia?
Inertia to rozszerzenie Chrome opracowane przez Welded Anvil Technologies, a jego główną funkcją jest „New tab replacement featuring a new image and inspirational quote every day”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Inertia
Pobierz pliki rozszerzeń Inertia w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | poilglcfjccifnjlemijmfkgkcljaihp |
Oficjalny URL | https://chromewebstore.google.com/detail/inertia/poilglcfjccifnjlemijmfkgkcljaihp |
Opis | New tab replacement featuring a new image and inspirational quote every day |
Rozmiar pliku | 6.49 MB |
Liczba instalacji | 17 |
Aktualna Wersja | 1.2.4.18 |
Ostatnia Aktualizacja | 2015-07-04 |
Data Publikacji | 2015-07-04 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Welded Anvil Technologies |
Typ Płatności | free |
Obsługiwane Języki | 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 } |