Landscapes In Your New Tab
Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from.
Landscapes In Your New Tab란 무엇입니까?
Landscapes In Your New Tab은(는) Kleveer Ltd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from."입니다.
확장 프로그램 스크린샷
Landscapes In Your New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Landscapes In Your New Tab fills your new tabs with amazing landscape backgrounds, you can select from a wide range of backgrounds for you to enjoy every time you open a new tab. To change the background image click the Change Background Icon in the top right on new tab. By clicking Add To Chrome I agree to changing the browser new tab to that provided by the service and agree to the privacy policy and terms of use below. Please note this extension changes your new tab search to results powered by bing.com. https://landscape-theme.com/privacy.html https://landscape-theme.com/terms.html
확장 프로그램 기본 정보
이름 | |
ID | fmdfnigadlmkmhilakkkidahojieddpc |
공식 URL | https://chrome.google.com/webstore/detail/landscapes-in-your-new-ta/fmdfnigadlmkmhilakkkidahojieddpc |
설명 | Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from. |
파일 크기 | 237 KB |
설치 횟수 | 9,131 |
현재 버전 | 0.0.39 |
최근 업데이트 | 2022-06-09 |
출시 날짜 | 2022-06-09 |
평점 | 2.00/5 총 1 개의 평점 |
개발자 | Kleveer Ltd |
이메일 | [email protected] |
개인정보 보호 정책 페이지 URL | https://landscape-theme.com/privacy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Landscapes In Your New Tab", "action": { "default_icon": { "16": "icon-16.png", "32": "icon-32.png" } }, "permissions": [ "storage", "unlimitedStorage", "alarms" ], "background": { "service_worker": "background.bundle.js" }, "icons": { "48": "icon-128.png", "128": "icon-128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "manifest_version": 3, "description": "Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from.", "version": "0.0.39", "host_permissions": [ "*:\/\/landscape-theme.com\/*" ] } |