Google Calendar™ on new Tab
Displays your Calendar's weekly, or monthly schedules and agenda on new tabs
Google Calendar™ on new Tab란 무엇입니까?
Google Calendar™ on new Tab은(는) balvin.perrie에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays your Calendar's weekly, or monthly schedules and agenda on new tabs"입니다.
확장 프로그램 스크린샷
Google Calendar™ on new Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension replaces the default new tab page with a customized Google Calendar page. You can view various calendar views, such as day, week, month, year, or agenda. Moreover, you have the flexibility to set a custom URL for the new page, which can even point to a different calendar web application. The extension directs the new tab to the specified URL, and that's it. Key Features: 1. Substitute the new tab with an external service of your choice. 2. Open the external service with a single click next to your current tab (using the action button). 3. Access common calendar views (day, week, month, year, or agenda) via a right-click context menu. 4. Access an account selector, allowing you to choose the logged-in account for displaying the calendar. Legal Disclaimer: This extension is an open-source project that exclusively opens the official Google Calendar web application in a new tab. It is not affiliated with Google or the Google Calendar team in any way. Furthermore, this extension cannot access or modify your calendar or any other data.
확장 프로그램 기본 정보
이름 | Google Calendar™ on new Tab |
ID | keodkbefllpdgoodnnamaipiacnkpmog |
공식 URL | https://chromewebstore.google.com/detail/google-calendar-on-new-ta/keodkbefllpdgoodnnamaipiacnkpmog |
설명 | Displays your Calendar's weekly, or monthly schedules and agenda on new tabs |
파일 크기 | 50.65 KB |
설치 횟수 | 3,553 |
현재 버전 | 0.2.1 |
최근 업데이트 | 2023-10-14 |
출시 날짜 | 2019-04-21 |
평점 | 4.78/5 총 9 개의 평점 |
개발자 | balvin.perrie |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://webextension.org/listing/new-tab.html?from=calendar |
도움말 페이지 URL | https://webextension.org/listing/new-tab.html?from=calendar |
개인정보 보호 정책 페이지 URL | https://add0n.com/policies/balvin.perrie.txt |
지원되는 언어 | de,en,fr,nl,es,it,pt-BR,pt-PT,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.2.1", "name": "Google Calendar\u2122 on new Tab", "description": "__MSG_description__", "default_locale": "en", "permissions": [ "storage", "contextMenus" ], "chrome_url_overrides": { "newtab": "data\/page\/index.html" }, "options_ui": { "page": "data\/options\/index.html" }, "background": { "service_worker": "worker.js" }, "action": [], "homepage_url": "https:\/\/add0n.com\/new-tab.html?from=calendar", "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" } } |