Daily Motivation
Replace new tab page with Daily Motivation
Wat is Daily Motivation?
Daily Motivation is een Chrome-extensie ontwikkeld door aarohmankad, en de belangrijkste functie is "Replace new tab page with Daily Motivation".
Extensie Screenshots
Download het CRX-bestand van de extensie Daily Motivation
Download Daily 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
This new tab page counts down the hours, minutes, and seconds left today to keep you motivated throughout your day. It feels like you're always competing on the clock to get your tasks done!
Basisinformatie over de Extensie
Naam | Daily Motivation |
ID | mmgepjldageingldphdeebmgaemdciio |
Officiële URL | https://chromewebstore.google.com/detail/daily-motivation/mmgepjldageingldphdeebmgaemdciio |
Beschrijving | Replace new tab page with Daily Motivation |
Bestandsgrootte | 62.54 KB |
Aantal Installaties | 700 |
Huidige Versie | 0.15 |
Laatst Bijgewerkt | 2017-06-21 |
Publicatiedatum | 2017-06-20 |
Beoordeling | 4.08/5 Totaal 13 Beoordelingen |
Ontwikkelaar | aarohmankad |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.github.com/aarohmankad/motivation |
Help Pagina-URL | http://www.github.com/aarohmankad/motivation |
Ondersteunde Talen | en |
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 new tab page with Daily Motivation", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Daily Motivation", "offline_enabled": true, "version": "0.15" } |