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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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]"
    }
}