Fullscreen mode for Google Tasks widget
Enables fullscreen mode for Google Tasks widget to simplify management of long task lists. Dozens of items in Google Tasks are not…
Fullscreen mode for Google Tasks widget란 무엇입니까?
Fullscreen mode for Google Tasks widget은(는) gerasimov.pk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables fullscreen mode for Google Tasks widget to simplify management of long task lists. Dozens of items in Google Tasks are not…"입니다.
확장 프로그램 스크린샷
Fullscreen mode for Google Tasks widget 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Enables fullscreen mode for Google Tasks widget to simplify management of long task lists. Dozens of items in Google Tasks are not easy manageable just in the sidebar. Long task names, subtasks, dates, links to context - reordering is a pain, you see just several items and have to scroll in this narrow panel to sort the list properly. This widget adds a fullscreen button that takes exactly the same widget and just opens it in a new tab. Much easier to reorder your work!
확장 프로그램 기본 정보
이름 | Fullscreen mode for Google Tasks widget |
ID | gfpnllmkplpmepfmpedpmgdbohcfnofh |
공식 URL | https://chromewebstore.google.com/detail/fullscreen-mode-for-googl/gfpnllmkplpmepfmpedpmgdbohcfnofh |
설명 | Enables fullscreen mode for Google Tasks widget to simplify management of long task lists. Dozens of items in Google Tasks are not… |
파일 크기 | 9.37 KB |
설치 횟수 | 42 |
현재 버전 | 0.1.1 |
최근 업데이트 | 2021-03-14 |
출시 날짜 | 2021-03-05 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | gerasimov.pk |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fullscreen mode for Google Tasks widget", "version": "0.1.1", "manifest_version": 3, "icons": { "32": "\/icons\/icon32.png", "128": "\/icons\/icon128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/tasks.google.com\/embed\/*" ], "all_frames": true, "js": [ "\/scripts\/dom_utils.js", "\/scripts\/wait_and_execute_helper.js", "content_script.js" ] } ] } |