Daily Motivation
Replace new tab page with Daily Motivation
Qu'est-ce que Daily Motivation ?
Daily Motivation est une extension Chrome développée par aarohmankad, et sa fonction principale est "Replace new tab page with Daily Motivation".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Daily Motivation
Téléchargez les fichiers d'extension Daily Motivation au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Daily Motivation |
ID | mmgepjldageingldphdeebmgaemdciio |
URL Officiel | https://chromewebstore.google.com/detail/daily-motivation/mmgepjldageingldphdeebmgaemdciio |
Description | Replace new tab page with Daily Motivation |
Taille du Fichier | 62.54 KB |
Nombre d'Installations | 700 |
Version Actuelle | 0.15 |
Dernière Mise à Jour | 2017-06-21 |
Date de Publication | 2017-06-20 |
Évaluation | 4.08/5 Total 13 Évaluations |
Développeur | aarohmankad |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.github.com/aarohmankad/motivation |
URL de la Page d'Aide | http://www.github.com/aarohmankad/motivation |
Langues Prises en Charge | 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" } |