NatureSearch | Custom Nature Backgrounds

This extension creates a nature background whenever a new tab is opened. It's changeable.

NatureSearch | Custom Nature Backgrounds란 무엇입니까?

NatureSearch | Custom Nature Backgrounds은(는) Adviist - Browser Extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension creates a nature background whenever a new tab is opened. It's changeable."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

NatureSearch | Custom Nature Backgrounds 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This nature new tab browser extension creates a natural background whenever a new browser tab is opened.

If you get sick of your old background theme, you can easily use the special option to upload your own new background image. This makes the extension unique from other newtab extensions. You don't need to choose between pre-designed themes. At any given time, you can insert a fresh background of your choice.

By clicking "Add to Chrome", I accept and agree to installing the customizable nature backgrounds newtab chrome extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use- (https://adviist.com/terms.html) and Privacy Policy (https://adviist.com/privacy.html).                    

확장 프로그램 기본 정보

이름 NatureSearch | Custom Nature Backgrounds NatureSearch | Custom Nature Backgrounds
ID npnafmbifcgelkkhhfkpokgjagnbkped
공식 URL https://chromewebstore.google.com/detail/naturesearch-custom-natur/npnafmbifcgelkkhhfkpokgjagnbkped
설명 This extension creates a nature background whenever a new tab is opened. It's changeable.
파일 크기 1.03 MB
설치 횟수 1,566
현재 버전 1.6
최근 업데이트 2023-11-17
출시 날짜 2020-11-08
개발자 Adviist - Browser Extensions
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://nature-search.net
도움말 페이지 URL https://nature-search.net/contact.html
개인정보 보호 정책 페이지 URL https://adviist.com/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NatureSearch | Custom Nature Backgrounds",
    "version": "1.6",
    "description": "This extension creates a nature background whenever a new tab is opened. It's changeable.",
    "permissions": [
        "bookmarks",
        "declarativeContent",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com\/jquery-3.2.1.slim.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.0.0\/js\/bootstrap.min.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/popper.js\/1.12.9\/umd\/popper.min.js; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "startpage\/index.html"
    },
    "manifest_version": 2
}