New Moment

A river of joy throughout your day

什么是New Moment?

New Moment是由https://newmoment-tab.com开发的Chrome扩展程序,该扩展的主要功能是“A river of joy throughout your day”。

扩展截图

screenshot
screenshot
screenshot

下载New Moment扩展crx文件

下载New Moment扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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]"
    }
}