Daily Motivation

Replace new tab page with Daily Motivation

Vad är Daily Motivation?

Daily Motivation är en Chrome-tillägg utvecklad av aarohmankad, och dess huvudfunktion är "Replace new tab page with Daily Motivation".

Tilläggsskärmbilder

screenshot

Ladda ner Daily Motivation-förlängningens CRX-fil

Ladda ner Daily Motivation-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Daily Motivation Daily Motivation
ID mmgepjldageingldphdeebmgaemdciio
Officiell webbadress https://chromewebstore.google.com/detail/daily-motivation/mmgepjldageingldphdeebmgaemdciio
Beskrivning Replace new tab page with Daily Motivation
Filstorlek 62.54 KB
Antal Installationer 700
Aktuell Version 0.15
Senast Uppdaterad 2017-06-21
Publiceringsdatum 2017-06-20
Betyg 4.08/5 Totalt 13 Betyg
Utvecklare aarohmankad
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.github.com/aarohmankad/motivation
Hjälpsida URL http://www.github.com/aarohmankad/motivation
Stödda Språk 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"
}