Calendar New Tab

The best calendar background new tab extension.

Calendar New Tab란 무엇입니까?

Calendar New Tab은(는) calendarnewtab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best calendar background new tab extension."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Calendar New Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Every time you tear a leaf off a calendar, you present a new place for new ideas and progress. Similarly, while we search for every new thing that must bring out the excitement within us, the Calendar New Tab extension brings us an amazing browsing experience by revealing every new background image and date box (on which current day, date and time is displayed and you can go  back and forth by clicking on the arrows) on switching up a new tab and redirecting the search results in Microsoft Bing.

By clicking “Add to Chrome”, You accept and agree to installing the Calendar New Tab Chrome extension and setting Chrome New Tab to that provided by the service and the Terms of Use and Privacy Policy. New Tab Search will be provided by Microsoft Bing                    

확장 프로그램 기본 정보

이름 Calendar New Tab Calendar New Tab
ID bkjifdbakfbheolpepmcjhceohjpmkil
공식 URL https://chromewebstore.google.com/detail/calendar-new-tab/bkjifdbakfbheolpepmcjhceohjpmkil
설명 The best calendar background new tab extension.
파일 크기 1.03 MB
설치 횟수 4,255
현재 버전 1.0.5
최근 업데이트 2023-06-29
출시 날짜 2022-11-20
평점 5.00/5 총 1 개의 평점
개발자 calendarnewtab
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://calendarnewtab.com/privacy.html
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3,
    "name": "Calendar New Tab",
    "version": "1.0.5",
    "description": "The best calendar background new tab extension.",
    "permissions": [
        "cookies",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "CLND_Main.html"
    },
    "action": {
        "default_icon": "calendar.png"
    },
    "icons": {
        "16": "calendar.png",
        "48": "calendar.png",
        "128": "calendar.png"
    }
}