Daily Motivation
Replace new tab page with Daily Motivation
Hvad er Daily Motivation?
Daily Motivation er en Chrome-udvidelse udviklet af aarohmankad, og dens hovedfunktion er "Replace new tab page with Daily Motivation".
Udvidelsesskærmbilleder
Download Daily Motivation-udvidelses-CRX-fil
Download Daily Motivation-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | Daily Motivation |
ID | mmgepjldageingldphdeebmgaemdciio |
Officiel URL | https://chromewebstore.google.com/detail/daily-motivation/mmgepjldageingldphdeebmgaemdciio |
Beskrivelse | Replace new tab page with Daily Motivation |
Filstørrelse | 62.54 KB |
Antal Installationer | 700 |
Nuværende Version | 0.15 |
Senest Opdateret | 2017-06-21 |
Udgivelsesdato | 2017-06-20 |
Bedømmelse | 4.08/5 Samlet 13 Bedømmelser |
Udvikler | aarohmankad |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://www.github.com/aarohmankad/motivation |
Hjælpeside-URL | http://www.github.com/aarohmankad/motivation |
Understøttede Sprog | 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" } |