Dark Motivation
Replace the new tab page with Dark Motivation
Co to jest Dark Motivation?
Dark Motivation to rozszerzenie Chrome opracowane przez calebboyd, a jego główną funkcją jest „Replace the new tab page with Dark Motivation”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Dark Motivation
Pobierz pliki rozszerzeń Dark Motivation 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
Displays your age counting up in a new tab with a dark background. Based on the popular light variant: "Motivation"
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dagpoeofiamcohplgpomgfmmhdlffidd |
Oficjalny URL | https://chrome.google.com/webstore/detail/dark-motivation/dagpoeofiamcohplgpomgfmmhdlffidd |
Opis | Replace the new tab page with Dark Motivation |
Rozmiar pliku | 96.48 KB |
Liczba instalacji | 1,391 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2018-03-10 |
Data Publikacji | 2018-03-09 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | calebboyd |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "motivation.js" ] }, "chrome_url_overrides": { "newtab": "dashboard.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Replace the new tab page with Dark Motivation", "manifest_version": 2, "name": "Dark Motivation", "offline_enabled": true, "version": "1.0" } |