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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย socializeitpal และคุณลักษณะหลักของมันคือ "Tiny Tool for Distraction Free Google Docs Environment"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Let's Write - Distraction Free Google Docs

ดาวน์โหลดไฟล์ส่วนขยาย Let's Write - Distraction Free Google Docs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        "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"
            ]
        }
    ]
}