Let's Write - Distraction Free Google Docs

Tiny Tool for Distraction Free Google Docs Environment

Let's Write - Distraction Free Google Docs란 무엇입니까?

Let's Write - Distraction Free Google Docs은(는) socializeitpal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tiny Tool for Distraction Free Google Docs Environment"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Let's Write - Distraction Free Google Docs 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        "Let's Write" is a Tiny Tool which will helps writers to work in Distraction Free Google Docs Environment. It will remove / hides Google Docs Menu Bar & Tool Bar when you enable DF Mode (Distraction Free  Mode).

Features of LET'S WRITE:
1. Distraction Free Google Docs Environment.
2. Full Screen Mode.
3. Statistics(Word & Page Count)
4. Dark Mode
5. Light Mode
6. Custom Themes

What you can expect in future?
1. Live Statistics (Live Word and Page Count)
2. Type Writer Mode (Disables Del & Backspace)                    

확장 프로그램 기본 정보

이름 Let's Write - Distraction Free Google Docs Let's Write - Distraction Free Google Docs
ID gmfafbjhbjdacjbplgnobdbhghhhpilj
공식 URL https://chrome.google.com/webstore/detail/lets-write-distraction-fr/gmfafbjhbjdacjbplgnobdbhghhhpilj
설명 Tiny Tool for Distraction Free Google Docs Environment
파일 크기 220 KB
설치 횟수 102
현재 버전 0.4
최근 업데이트 2019-06-12
출시 날짜 2019-06-12
개발자 socializeitpal
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Let's Write - Distraction Free Google Docs",
    "description": "Tiny Tool for Distraction Free Google Docs Environment",
    "version": "0.4",
    "icons": {
        "16": "img\/icon-16.png",
        "19": "img\/icon-19.png",
        "38": "img\/icon-38.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png",
        "256": "img\/icon-256.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "js": [
                "jquery.js",
                "jquery.min.js",
                "df.js"
            ]
        }
    ]
}