Dark Motivation
Replace the new tab page with Dark Motivation
Wat is Dark Motivation?
Dark Motivation is een Chrome-extensie ontwikkeld door calebboyd, en de belangrijkste functie is "Replace the new tab page with Dark Motivation".
Extensie Screenshots
Download het CRX-bestand van de extensie Dark Motivation
Download Dark Motivation-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
Displays your age counting up in a new tab with a dark background. Based on the popular light variant: "Motivation"
Basisinformatie over de Extensie
Naam | |
ID | dagpoeofiamcohplgpomgfmmhdlffidd |
Officiële URL | https://chrome.google.com/webstore/detail/dark-motivation/dagpoeofiamcohplgpomgfmmhdlffidd |
Beschrijving | Replace the new tab page with Dark Motivation |
Bestandsgrootte | 96.48 KB |
Aantal Installaties | 1,391 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-03-10 |
Publicatiedatum | 2018-03-09 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | calebboyd |
Betalingswijze | free |
Ondersteunde Talen | 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" } |