Dark mode for Google™ docs

Enable dark mode on Google Docs to reduce eye strain while working on your documents.

Dark mode for Google™ docs là gì?

Dark mode for Google™ docs là một tiện ích mở rộng Chrome được phát triển bởi Google Doc Darkmode, và tính năng chính của nó là "Enable dark mode on Google Docs to reduce eye strain while working on your documents.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dark mode for Google™ docs

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

                        If you're someone who spends a lot of time working on Google Docs, you may have experienced eye strain or discomfort while staring at the bright white background for hours on end. Fortunately, with this extension, you can easily enable the Dark Mode feature on Google Docs, which can help reduce eye strain and make working in low-light conditions more comfortable. 

Key Features:  

>>Reduce Eye Strain: Dark Mode reduces the amount of blue light emitted by your device, which can cause eye strain and disrupt sleep patterns. 
>>Comfortable Working: Work for longer periods of time without experiencing discomfort or eye fatigue. 
>>Easy to Use: Our guide is simple and easy to follow, allowing you to enable Dark Mode on Google Docs in just a few steps. 


How to Use: 

>>Install the extension by clicking "Add to Chrome" button above. 
>>Open Google Docs and click on the extension icon in the top right corner of your browser. 
>>Toggle the switch to turn on Dark Mode. 
>>Enjoy working in a more comfortable environment! 


FAQs 

>> 1. What is Dark Mode on Google Docs?  

Dark Mode on Google Docs is a feature that changes the background color of your document from white to black or dark gray. This makes it easier to read and work on your document in low light conditions, while also reducing eye strain. 

>> 2. How do I enable Dark Mode on Google Docs?  

To enable Dark Mode on Google Docs, you'll need to install a Chrome extension that adds the feature to your Google Docs interface. Simply click on the extension icon, toggle the switch to turn on Dark Mode, and enjoy working in a more comfortable environment. 

>> 3. Will Dark Mode affect the formatting of my documents?  

No, enabling Dark Mode on Google Docs will not affect the formatting or appearance of your documents. It simply changes the background color to make it easier on your eyes.                    

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

Tên Dark mode for Google™ docs Dark mode for Google™ docs
ID jjgfcpnblnoedjnepaapnonoklgafpfb
URL Chính Thức https://chromewebstore.google.com/detail/dark-mode-for-google-docs/jjgfcpnblnoedjnepaapnonoklgafpfb
Mô tả Enable dark mode on Google Docs to reduce eye strain while working on your documents.
Kích Thước Tệp 414 KB
Số Lần Cài Đặt 13,153
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2024-01-23
Ngày Phát Hành 2023-03-16
Đánh Giá 3.33/5 Tổng số 36 Đánh Giá
Nhà Phát Triển Google Doc Darkmode
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://drive.google.com/file/d/1b_fzZgZUXXLvgygzAdmd99GS2IHmt3I3/view?usp=sharing
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1",
    "name": "Dark mode for Google\u2122 docs",
    "description": "Enable dark mode on Google Docs to reduce eye strain while working on your documents.",
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "icons\/icon_2000.png"
    },
    "icons": {
        "128": "icons\/icon_128.png"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/document\/*"
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/global.css",
                "css\/page.css",
                "icons\/*"
            ],
            "matches": [
                "https:\/\/docs.google.com\/*"
            ]
        }
    ]
}