Let's Write - Distraction Free Google Docs

Tiny Tool for Distraction Free Google Docs Environment

Let's Write - Distraction Free Google Docs là gì?

Let's Write - Distraction Free Google Docs là một tiện ích mở rộng Chrome được phát triển bởi socializeitpal, và tính năng chính của nó là "Tiny Tool for Distraction Free Google Docs Environment".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Let's Write - Distraction Free Google Docs

Tải xuống các tệp mở rộng Let's Write - Distraction Free Google Docs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        "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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Let's Write - Distraction Free Google Docs Let's Write - Distraction Free Google Docs
ID gmfafbjhbjdacjbplgnobdbhghhhpilj
URL Chính Thức https://chrome.google.com/webstore/detail/lets-write-distraction-fr/gmfafbjhbjdacjbplgnobdbhghhhpilj
Mô tả Tiny Tool for Distraction Free Google Docs Environment
Kích Thước Tệp 220 KB
Số Lần Cài Đặt 102
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2019-06-12
Ngày Phát Hành 2019-06-12
Nhà Phát Triển socializeitpal
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}