Focus Dark for Google Docs

Focus is a visual overlay for Google Docs. Made to help you focus while writing.

Focus Dark for Google Docs là gì?

Focus Dark for Google Docs là một tiện ích mở rộng Chrome được phát triển bởi lorenzodelijser, và tính năng chính của nó là "Focus is a visual overlay for Google Docs. Made to help you focus while writing.".

Ả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 Focus Dark for Google Docs

Tải xuống các tệp mở rộng Focus Dark for 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

                        Focus Dark for Google Docs helps you write better documents by focusing on what matters most. Bring focus to your writing, distraction free without compromises. This extension provides a dark themed minimal user interface for Google Docs inspired by iA Writer, Dropbox Paper and Ulysses. This extension works best when you disable the "Print Layout" option in "View", this ensures texts will flow as intended, without page breaks.

View the source code of this plugin, feel free to contribute, file issues or give feedback: https://github.com/lorenzodelijser/focus-chrome-extension                    

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

Tên Focus Dark for Google Docs Focus Dark for Google Docs
ID mjlamjhpnimloagnjomjnpbchimkjdlf
URL Chính Thức https://chrome.google.com/webstore/detail/focus-dark-for-google-doc/mjlamjhpnimloagnjomjnpbchimkjdlf
Mô tả Focus is a visual overlay for Google Docs. Made to help you focus while writing.
Kích Thước Tệp 9.43 KB
Số Lần Cài Đặt 193
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2021-08-16
Ngày Phát Hành 2021-08-16
Đánh Giá 3.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển lorenzodelijser
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Focus Dark for Google Docs",
    "version": "1.0.3",
    "description": "Focus is a visual overlay for Google Docs. Made to help you focus while writing.",
    "author": "Lorenzo de Lijser",
    "permissions": [
        "declarativeContent"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Focus Dark for Google Docs",
        "default_icon": {
            "16": "img\/icon-16.png",
            "32": "img\/icon-32.png",
            "64": "img\/icon-64.png",
            "128": "img\/icon-128.png"
        }
    },
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "64": "img\/icon-64.png",
        "128": "img\/icon-128.png"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/document\/*"
            ],
            "css": [
                "replace.css"
            ]
        }
    ]
}