Daily Motivation

Replace new tab page with Daily Motivation

Daily Motivation क्या है?

Daily Motivation aarohmankad द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace new tab page with Daily Motivation"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Daily Motivation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Daily Motivation Daily Motivation
ID mmgepjldageingldphdeebmgaemdciio
आधिकारिक URL https://chromewebstore.google.com/detail/daily-motivation/mmgepjldageingldphdeebmgaemdciio
विवरण Replace new tab page with Daily Motivation
फ़ाइल का आकार 62.54 KB
स्थापना संख्या 700
वर्तमान संस्करण 0.15
अंतिम अपडेट 2017-06-21
प्रकाशन तिथि 2017-06-20
रेटिंग 4.08/5 कुल 13 रेटिंग्स
डेवलपर aarohmankad
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.github.com/aarohmankad/motivation
सहायता पृष्ठ URL http://www.github.com/aarohmankad/motivation
समर्थित भाषाएँ 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"
}