Full Screen Edit for Google Tasks™

Chrome extension enabling fullscreen mode for Google Tasks sidebar tool.

Full Screen Edit for Google Tasks™란 무엇입니까?

Full Screen Edit for Google Tasks™은(는) https://full-screen-edit-google-tasks.dllplayer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension enabling fullscreen mode for Google Tasks sidebar tool."입니다.

확장 프로그램 스크린샷

screenshot

Full Screen Edit for Google Tasks™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Want to use full screen mode when you are adding a task inside Google Tasks?

You can do so today when you install this software extension.

Here is how you can begin to activate full screen mode inside your Google Tasks.

1) Install our software extension

2) Login to your Gmail and click on the Tasks Sidebar on the right hand side

3) Click on this new icon which appears on the Tasks sidebar panel on the right side of Gmail

4) You can begin writing down your tasks now as the Google Tasks is opened in a new tab.

This software is free and allows you to focus 100% on your tasks inside Google Tasks by activating full screen mode.                    

확장 프로그램 기본 정보

이름 Full Screen Edit for Google Tasks™ Full Screen Edit for Google Tasks™
ID ghilejjfmnclbgidlapclmdjbficfhnm
공식 URL https://chromewebstore.google.com/detail/full-screen-edit-for-goog/ghilejjfmnclbgidlapclmdjbficfhnm
설명 Chrome extension enabling fullscreen mode for Google Tasks sidebar tool.
파일 크기 114 KB
설치 횟수 63
현재 버전 3.0.3
최근 업데이트 2023-08-02
출시 날짜 2023-06-20
평점 5.00/5 총 1 개의 평점
개발자 https://full-screen-edit-google-tasks.dllplayer.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://image-size.pdfwork.com/privacy-policy
지원되는 언어 id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "3.0.3",
    "icons": {
        "32": "\/icons\/icon32.png",
        "128": "\/icons\/icon128.png"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "action": {
        "default_title": "__MSG_appName__",
        "default_icon": "\/icons\/icon32.png",
        "default_popup": "\/ui\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/tasks.google.com\/embed\/*"
            ],
            "all_frames": true,
            "js": [
                "\/js\/content.js"
            ]
        }
    ],
    "homepage_url": "https:\/\/full-screen-edit-google-tasks.dllplayer.com\/"
}