The Nature Art
Beautiful Scenery for Your Browser, Transform your browser with stunning nature backgrounds!
The Nature Art란 무엇입니까?
The Nature Art은(는) Algopeak Digital Ltd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Beautiful Scenery for Your Browser, Transform your browser with stunning nature backgrounds!"입니다.
확장 프로그램 스크린샷
The Nature Art 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Transform your browser with stunning nature backgrounds! Our Nature Art extension provides you with a wide variety of beautiful scenery images. The Nature Art extension changes your search engine in the new tab to Bing and provides the features below: - Stunning nature background images - Useful links for easy enter to all the popular search engines - Convenient web search By clicking "Add to Chrome", I accept and agree to installing the The Nature Art Chrome extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Service- https://www.thenatureart.com/terms-of-service and Privacy Policy https://www.thenatureart.com/privacy-policy. About the extension: Nature Art replaces your default chrome backgrounds with breathtaking nature images including mountains, forests, beaches, and more. Simply install the extension and our images library will be rotated through images automatically with a new stunning background every time you open a new tab. The images are carefully selected for use as backgrounds, ensuring that they will look great on any screen size. Plus, our extension is lightweight and won't slow down your browsing experience. This extension is free to download from the Chrome Web store, and does not collect your search results. You can uninstall it at any time. We invite you to visit us in our website: https://thenatureart.com
확장 프로그램 기본 정보
이름 | |
ID | ehdjjkgfcihfheoeechicjlchbdhecdb |
공식 URL | https://chrome.google.com/webstore/detail/the-nature-art/ehdjjkgfcihfheoeechicjlchbdhecdb |
설명 | Beautiful Scenery for Your Browser, Transform your browser with stunning nature backgrounds! |
파일 크기 | 14.07 MB |
설치 횟수 | 25,308 |
현재 버전 | 1.3.5 |
최근 업데이트 | 2023-07-12 |
출시 날짜 | 2023-03-15 |
평점 | 3.67/5 총 6 개의 평점 |
개발자 | Algopeak Digital Ltd |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.thenatureart.com/ |
개인정보 보호 정책 페이지 URL | https://www.thenatureart.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Nature Art", "version": "1.3.5", "description": "Beautiful Scenery for Your Browser, Transform your browser with stunning nature backgrounds!", "manifest_version": 3, "chrome_url_overrides": { "newtab": "newtab.html" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "images\/logo.png" }, "icons": { "16": "images\/16x16.png", "64": "images\/64x64.png" } } |