Only Extreme Sports Wallpapers New Tab Theme
Enjoy HD wallpapers of Extreme Sports every time you open a new tab.
Only Extreme Sports Wallpapers New Tab Theme란 무엇입니까?
Only Extreme Sports Wallpapers New Tab Theme은(는) http://www.onlyextremesports.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enjoy HD wallpapers of Extreme Sports every time you open a new tab."입니다.
확장 프로그램 스크린샷
Only Extreme Sports Wallpapers New Tab Theme 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Are you into sports that give you an adrenaline rush? Here is a new tab theme with loads of awesome wallpapers just for you. These wallpapers will inspire you to go out and experiment with new sports. Are you passionate about winter sports, skiing, snowmobiling, or snowboarding? Or maybe you are more into summer sports like motocross, scuba diving, or rock climbing? Don’t worry, we got you covered. Get ready to feel inspired by this extreme sports theme. This new tab theme is not only for sports enthusiasts but also for everyone who likes to be organized and wants to escape the daily routine. With Only Extreme Sports you can check out the local weather to plan your outdoor activities, you can search the web using Bing or Google, and use the shortcuts to your most visited websites. It offers theme colors, quick reminders with To-Do List, games, date, time, theme gallery, like, and share. Plus, you have access to lots more interesting extreme sports wallpapers collections to get some inspiration for your next outdoor activities. We would love to hear from you. Send us your feedback and suggestions at [email protected].
확장 프로그램 기본 정보
이름 | |
ID | neamjmeioajbpdcojhmleeemgaaggpdb |
공식 URL | https://chrome.google.com/webstore/detail/only-extreme-sports-wallp/neamjmeioajbpdcojhmleeemgaaggpdb |
설명 | Enjoy HD wallpapers of Extreme Sports every time you open a new tab. |
파일 크기 | 36.13 KB |
설치 횟수 | 101 |
현재 버전 | 3.0.9 |
최근 업데이트 | 2022-05-15 |
출시 날짜 | 2022-05-02 |
평점 | 3.00/5 총 1 개의 평점 |
개발자 | http://www.onlyextremesports.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://onlyextremesports.com/blog |
개인정보 보호 정책 페이지 URL | https://www.onlyextremesports.com/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Only Extreme Sports Wallpapers New Tab Theme", "description": "Enjoy HD wallpapers of Extreme Sports every time you open a new tab.", "version": "3.0.9", "short_name": "Extreme Sports", "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 Extreme Sports Wallpapers New Tab Theme" }, "background": { "service_worker": "main.js", "type": "module" }, "externally_connectable": { "matches": [ "*:\/\/*.onlyextremesports.com\/*" ] }, "chrome_url_overrides": { "newtab": "newtab\/index.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.onlyextremesports.com\/*" ], "js": [ "js\/content-scripts\/installed.js", "js\/content-scripts\/event-handler.js" ], "run_at": "document_start" } ], "manifest_version": 3 } |