Colorful Motivation - New Tab Page

Replaces the new tab page with colorful motivation.

Colorful Motivation - New Tab Page क्या है?

Colorful Motivation - New Tab Page joshspicer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the new tab page with colorful motivation."।

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

screenshot
screenshot
screenshot

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

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

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

                        Replace the (boring) new tab page with (fun and colorful) motivation. 
Displays your current age as it slowly ticks up, and generates a background color based on that moment.  

Easy to edit your birthday, just click the date in the bottom-left!

Inspired by the idea put forth in Chrome extension "Motivation" by maccman.  

Open source on Github: https://github.com/joshspicer/colorful-motivation                    

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

नाम Colorful Motivation - New Tab Page Colorful Motivation - New Tab Page
ID mebfadffaiadgfhoieipinanpcmklhil
आधिकारिक URL https://chromewebstore.google.com/detail/colorful-motivation-new-t/mebfadffaiadgfhoieipinanpcmklhil
विवरण Replaces the new tab page with colorful motivation.
फ़ाइल का आकार 178 KB
स्थापना संख्या 160
वर्तमान संस्करण 0.31
अंतिम अपडेट 2018-08-22
प्रकाशन तिथि 2018-08-21
रेटिंग 4.83/5 कुल 6 रेटिंग्स
डेवलपर joshspicer
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Colorful Motivation - New Tab Page",
    "version": "0.31",
    "author": "Josh Spicer",
    "description": "Replaces the new tab page with colorful motivation.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html"
}