Only Good Life Wallpapers New Tab
From yoga, tropical vacation, tasty food, and desserts, Only Good Life is about living a great lifestyle
Only Good Life Wallpapers New Tab란 무엇입니까?
Only Good Life Wallpapers New Tab은(는) https://onlygoodlife.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "From yoga, tropical vacation, tasty food, and desserts, Only Good Life is about living a great lifestyle"입니다.
확장 프로그램 스크린샷
Only Good Life Wallpapers New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Every new tab is filled with high-definition wallpapers of lifestyle themes. Get inspired to live your life to the fullest by selecting breakfast ideas, colorful cocktails, luxurious beach houses, and much more. We also have collections of images related to sports like sailing, golf, and fitness. Chocolate, cake ideas, coffee, healthy living tips, and Zen new tabs are also available on the Only Good Life extension. If you are interested in religious quotes or wish to see the most beautiful mosques around the world we have you covered. All these themes and many more are available in our collections, meaning once you install our Only Good Life extension, not only do you have access to all our themes, you can also switch them around. If you are looking for inspiration and relaxation, this extension is perfect for you. With Only Good Life new tab theme you can search the web using Bing or Google. The theme also offers local weather, as well as date and time, theme colors, additional content on page scroll, quick reminders with To-Do List, music, and games. This extension is safe and 100% free. More amazing themes are available at www.onlygoodlife.co We are open to suggestions, please contact us at [email protected]
확장 프로그램 기본 정보
이름 | |
ID | mepcmdbiiiafckeeihjoibpcenojcnmk |
공식 URL | https://chrome.google.com/webstore/detail/only-good-life-wallpapers/mepcmdbiiiafckeeihjoibpcenojcnmk |
설명 | From yoga, tropical vacation, tasty food, and desserts, Only Good Life is about living a great lifestyle |
파일 크기 | 39.61 KB |
설치 횟수 | 555 |
현재 버전 | 3.0.8 |
최근 업데이트 | 2022-06-17 |
출시 날짜 | 2022-05-05 |
개발자 | https://onlygoodlife.co |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.onlygoodlife.co/home/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Only Good Life Wallpapers New Tab", "description": "From yoga, tropical vacation, tasty food, and desserts, Only Good Life is about living a great lifestyle", "version": "3.0.8", "short_name": "Only Good Life NT", "permissions": [ "storage", "topSites", "tabs" ], "icons": { "16": "icons\/16.png", "38": "icons\/38.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "action": { "default_icon": { "64": "icons\/64.png", "128": "icons\/128.png" }, "default_title": "Only Good Life Wallpapers New Tab" }, "background": { "service_worker": "main.js", "type": "module" }, "externally_connectable": { "matches": [ "*:\/\/*.onlygoodlife.co\/*" ] }, "chrome_url_overrides": { "newtab": "newtab\/index.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.onlygoodlife.co\/*" ], "js": [ "js\/content-scripts\/installed.js", "js\/content-scripts\/event-handler.js" ], "run_at": "document_start" } ], "manifest_version": 3 } |