New Moment

A river of joy throughout your day

New Moment क्या है?

New Moment https://newmoment-tab.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A river of joy throughout your day"।

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

screenshot
screenshot
screenshot

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

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

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

                        If you lose track of time when you're on your computer, this extension has been created for you.

We have hand-selected mindfulness quotes and reminders and paired it with calming imagery from Unsplash so that with each new tab, you have the opportunity for a New Moment.

The extension uses the Yahoo search engine and it will take you to your results fast by directly launching you into the web instantly and landing you on a search results page. 
 
By clicking "Add to Chrome", I accept and agree to installing the New Moment Chrome extension and setting Chrome™ New Tab, Homepage takeover, and search to that provided by the service and the Terms of Use and Privacy Policy
 
Terms of Use: https://newmoment-tab.com/terms-and-conditions/
Privacy Policy: https://newmoment-tab.com/privacy-policy/                    

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

नाम New Moment New Moment
ID bkocglpjcgncajekfnpkohggboodbfik
आधिकारिक URL https://chromewebstore.google.com/detail/new-moment/bkocglpjcgncajekfnpkohggboodbfik
विवरण A river of joy throughout your day
फ़ाइल का आकार 579 KB
स्थापना संख्या 78,609
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2022-05-12
प्रकाशन तिथि 2022-05-11
डेवलपर https://newmoment-tab.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://newmoment-tab.com/
गोपनीयता नीति पृष्ठ URL https://syndic8.asia/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "New Moment",
    "description": "A river of joy throughout your day",
    "version": "1.0.5",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "geolocation"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/pragmalabs.co\/*"
            ],
            "js": [
                "assets\/index.js",
                "assets\/vendor.js"
            ],
            "css": [
                "assets\/index.css"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "48": "\/[email protected]",
        "128": "\/[email protected]"
    }
}