Dark Motivation

Replace the new tab page with Dark Motivation

Dark Motivation क्या है?

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

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

screenshot

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

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

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

                        Displays your age counting up in a new tab with a dark background.

Based on the popular light variant: "Motivation"                    

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

नाम Dark Motivation Dark Motivation
ID dagpoeofiamcohplgpomgfmmhdlffidd
आधिकारिक URL https://chrome.google.com/webstore/detail/dark-motivation/dagpoeofiamcohplgpomgfmmhdlffidd
विवरण Replace the new tab page with Dark Motivation
फ़ाइल का आकार 96.48 KB
स्थापना संख्या 1,391
वर्तमान संस्करण 1.0
अंतिम अपडेट 2018-03-10
प्रकाशन तिथि 2018-03-09
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर calebboyd
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
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 the new tab page with Dark Motivation",
    "manifest_version": 2,
    "name": "Dark Motivation",
    "offline_enabled": true,
    "version": "1.0"
}