Now

A simple New Tab page that displays the time and date.

Now क्या है?

Now Stephen Leitnick द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple New Tab page that displays the time and date."।

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

screenshot

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

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

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

                        Now is a New Tab extension that displays the current time and date. That's it!                    

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

नाम Now Now
ID pholgifcjokhbnemjdapeaaaohhejdca
आधिकारिक URL https://chromewebstore.google.com/detail/now/pholgifcjokhbnemjdapeaaaohhejdca
विवरण A simple New Tab page that displays the time and date.
फ़ाइल का आकार 399 KB
स्थापना संख्या 57
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2021-12-02
प्रकाशन तिथि 2017-03-22
रेटिंग 4.40/5 कुल 5 रेटिंग्स
डेवलपर Stephen Leitnick
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Now",
    "description": "A simple New Tab page that displays the time and date.",
    "version": "1.1.1",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "now.html"
    }
}