Nature background pictures new tab

image of nature in background of every new tab.

Nature background pictures new tab란 무엇입니까?

Nature background pictures new tab은(는) naturepicturesnewtab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "image of nature in background of every new tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Nature background pictures new tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Introducing an immersive browsing experience, breathtaking nature pictures every time they open a new tab. With each click, stunning landscapes, vibrant wildlife, and serene seascapes grace the screen, instantly transporting users to the wonders of the natural world.  

Please note this extension will change your Chrome New Tab and New Tab search. 
New Tab search results powered by Yahoo.

Here are some essential details:

By selecting the 'Add to Chrome' button and installing this beautiful 'Nature background pictures new tab' you are consenting to the installation of this extension, along with our Privacy Policy and Terms of Service stated below. 

By installing the 'Nature background pictures new tab,' you are agreeing to the modification of the new tab settings. 

You have the option to remove or disable this extension whenever you wish. 
Privacy policy available at: https://naturepicturesnewtab.com/privacy.html
Terms of Service: https://naturepicturesnewtab.com/terms.html

Feel free to contact us at [email protected]. 
We would be delighted to assist you!                    

확장 프로그램 기본 정보

이름 Nature background pictures new tab Nature background pictures new tab
ID ddebobgfbndddogdmjofighmbccfoipb
공식 URL https://chromewebstore.google.com/detail/nature-background-picture/ddebobgfbndddogdmjofighmbccfoipb
설명 image of nature in background of every new tab.
파일 크기 2.04 MB
설치 횟수 2,662
현재 버전 1.0.6
최근 업데이트 2024-01-01
출시 날짜 2022-11-03
평점 1.00/5 총 1 개의 평점
개발자 naturepicturesnewtab
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://naturepicturesnewtab.com
개인정보 보호 정책 페이지 URL https://naturepicturesnewtab.com/privacy.html
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3,
    "name": "Nature background pictures new tab",
    "version": "1.0.6",
    "description": "image of nature in background of every new tab.",
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/naturepicturesnewtab.com\/",
        "*:\/\/*.naturepicturesnewtab.com\/"
    ],
    "chrome_url_overrides": {
        "newtab": "natbg.html"
    },
    "icons": {
        "16": "bp-nat.png",
        "48": "bp-nat.png",
        "128": "bp-nat.png"
    },
    "action": {
        "default_icon": "bp-nat.png"
    }
}