Google Calendar AutoHide Toolbars
More events. Less toolbar.
Google Calendar AutoHide Toolbars란 무엇입니까?
Google Calendar AutoHide Toolbars은(는) rawbytz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "More events. Less toolbar."입니다.
확장 프로그램 스크린샷
Google Calendar AutoHide Toolbars 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
• Google Calendar's top and left toolbars are hidden by default. • Shows toolbars only when you need them. • To activate the top toolbar, hover on the bar at the top of the calendar. • To activate the left toolbar, hover on the bar at the left of the calendar. • Note! You must have the left toolbar activated for the hover bar to show. • TIP: Use forward slash "/" keyboard shortcut to activate Search without using mouse. v 0.3.0: Add support for Calendar Dark Mode extension. v 0.2.9: Better support for Search and Settings v 0.2.8: Disable top toolbar hiding while in Edit and Search results v 0.2.7: Fix to hide Create button
확장 프로그램 기본 정보
이름 | Google Calendar AutoHide Toolbars |
ID | dpjbnfamllcdnpffalcmabofkblpmlpd |
공식 URL | https://chromewebstore.google.com/detail/google-calendar-autohide/dpjbnfamllcdnpffalcmabofkblpmlpd |
설명 | More events. Less toolbar. |
파일 크기 | 8.09 KB |
설치 횟수 | 1,192 |
현재 버전 | 0.3.0 |
최근 업데이트 | 2024-02-09 |
출시 날짜 | 2019-03-07 |
평점 | 4.25/5 총 28 개의 평점 |
개발자 | rawbytz |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Calendar AutoHide Toolbars", "short_name": "GCalAutoHide", "version": "0.3.0", "description": "More events. Less toolbar.", "icons": { "128": "GCal_AutoHide_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.google.com\/calendar\/*" ], "css": [ "gcal_autohide.css" ], "all_frames": true } ], "manifest_version": 2 } |