NewTabNature

🔥 Replace usual new tab page with personal amazing new tab page. A new tab page that gives you a moment of calm and inspires you…

NewTabNature란 무엇입니까?

NewTabNature은(는) as simple as robot에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "🔥 Replace usual new tab page with personal amazing new tab page. A new tab page that gives you a moment of calm and inspires you…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

NewTabNature 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        🔥 Replace usual new tab page with personal amazing new tab page.

A new tab page that gives you a moment of calm and inspires you to be more productive. Get inspired by daily photographs. Join our users and get inspired to create the life you want to live.                    

확장 프로그램 기본 정보

이름 NewTabNature NewTabNature
ID kcffomcfaggjpopccghipgedpiciecbl
공식 URL https://chrome.google.com/webstore/detail/newtabnature/kcffomcfaggjpopccghipgedpiciecbl
설명 🔥 Replace usual new tab page with personal amazing new tab page. A new tab page that gives you a moment of calm and inspires you…
파일 크기 5.07 MB
설치 횟수 306
현재 버전 0.1.4
최근 업데이트 2021-07-18
출시 날짜 2021-05-26
개발자 as simple as robot
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://extilywa.online/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NewTabNature",
    "version": "0.1.4",
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/replaceNewTab.js",
            "background-min.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/keyond-gosensity.icu https:\/\/*.facebook.net https:\/\/*.facebook.com https:\/\/www.googletagmanager.com https:\/\/www.googleadservices.com https:\/\/googleads.g.doubleclick.net; object-src 'self';",
    "manifest_version": 2
}