Start Page - Date and Time
Displays the current date and time with Bing's daily wallpaper on new tabs, with an optional weather widget
Start Page - Date and Time란 무엇입니까?
Start Page - Date and Time은(는) tlintspr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays the current date and time with Bing's daily wallpaper on new tabs, with an optional weather widget"입니다.
확장 프로그램 스크린샷
Start Page - Date and Time 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension provides users with a clean and distraction-free "new tab" page experience by replacing the default one. Instead of the cluttered default page, it presents a simple time and date view accompanied by Bing's daily wallpapers, which are automatically updated once per day. Key Features: 1. Automatic updates of wallpapers from Bing's daily collection. 2. Access to the items on your bookmarks bar. 3. Support for adding new links to the bookmarks bar through drag-and-drop functionality. 4. Optional weather widget integration. 5. Customizable wallpaper options. It's important to note that while the bookmarks bar remains accessible, the top-sites section is removed to avoid clutter on the new tab page. To perform searches, use the address bar (there is no need for a separate search box). Type your search query in the address bar and press the "Enter" key. Users can add a weather widget to the user interface. Click on the hamburger icon to option the options sidebar, then enable the weather widget. This widget uses the OpenWeatherMap API to retrieve and display the current weather conditions.
확장 프로그램 기본 정보
이름 | Start Page - Date and Time |
ID | nnlgliehckiimkbbakmkdpmjimllkolj |
공식 URL | https://chromewebstore.google.com/detail/start-page-date-and-time/nnlgliehckiimkbbakmkdpmjimllkolj |
설명 | Displays the current date and time with Bing's daily wallpaper on new tabs, with an optional weather widget |
파일 크기 | 475 KB |
설치 횟수 | 1,346 |
현재 버전 | 0.2.1 |
최근 업데이트 | 2023-07-17 |
출시 날짜 | 2019-04-21 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | tlintspr |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://add0n.com/new-tab.html?from=date |
도움말 페이지 URL | https://add0n.com/new-tab.html?from=date |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Start Page - Date and Time", "description": "Displays the current date and time with Bing's daily wallpaper on new tabs, with an optional weather widget", "version": "0.2.1", "background": { "service_worker": "worker.js" }, "chrome_url_overrides": { "newtab": "data\/override\/index.html" }, "permissions": [ "storage", "bookmarks", "contextMenus", "favicon" ], "host_permissions": [ "*:\/\/api.openweathermap.org\/*", "*:\/\/www.bing.com\/\/HPImageArchive.aspx?*" ], "homepage_url": "https:\/\/webextension.org\/listing\/new-tab.html?from=date", "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png", "512": "data\/icons\/512.png" } } |