Motivation

Replace new tab page with Motivation

Motivation क्या है?

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

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

screenshot

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

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

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

                        Replaces your 'new-tab' page with a real-time counter showing your current age.                    

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

नाम Motivation Motivation
ID ofdgfpchbidcgncgfpdlpclnpaemakoj
आधिकारिक URL https://chromewebstore.google.com/detail/motivation/ofdgfpchbidcgncgfpdlpclnpaemakoj
विवरण Replace new tab page with Motivation
फ़ाइल का आकार 96.48 KB
स्थापना संख्या 37,605
वर्तमान संस्करण 0.6
अंतिम अपडेट 2014-07-18
प्रकाशन तिथि 2014-07-17
रेटिंग 4.44/5 कुल 412 रेटिंग्स
डेवलपर maccman
भुगतान के प्रकार free
समर्थित भाषाएँ 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 Motivation",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Motivation",
    "offline_enabled": true,
    "version": "0.6"
}