Dark mode for Google Docs

Turn on Dark Mode for Google Docs in one mouse click with this simple extension

Dark mode for Google Docsคืออะไร?

Dark mode for Google Docs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dark Mode และคุณลักษณะหลักของมันคือ "Turn on Dark Mode for Google Docs in one mouse click with this simple extension"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dark mode for Google Docs

ดาวน์โหลดไฟล์ส่วนขยาย Dark mode for Google Docs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Enhance Your Writing with Dark Mode for Google Docs!

Have you ever found yourself engrossed in computer-based writing during nighttime hours? Discover the latest extension that empowers you to write effortlessly, whether it's day or night, with the all-new Dark Mode for Google Docs on Chrome. Explore the details below to grasp the potential of this tool in bolstering your productivity and leisure throughout the day.

Advantages of Utilizing the Dark Mode Extension for Google Docs:
In the realm of computer work, losing track of time is all too common, and the abrupt realization of darkness outside can be startling. If you're an avid writer or simply enjoy penning thoughts at night when the world slumbers, embracing a dark mode for Google Docs proves invaluable. It keeps your concentration unswerving and minimizes distraction from the rapid passage of time.

Streamlined Installation Process:
Embarking on the journey to harness the benefits of Dark Mode for Google Docs is straightforward. Pay a visit to the Chrome Web Store page dedicated to this extension. Once there, a click on "Add to Chrome" is all it takes. Following this, a compact dialog box will emerge, inquiring if you're comfortable adding an extension from an unfamiliar source. A firm click on "Add anyway" sets the process in motion, and your browser will diligently install the extension.

Guidance for Optimizing Your Experience:
Transitioning from Google's customary light-themed interface to the dynamic dark mode might initially appear disconcerting. However, fret not – a few minor adjustments will acclimate you swiftly, ensuring you're primed for an uninterrupted writing experience. Below are some pointers to navigate this novel environment seamlessly.

Expanded Functionality:
In addition to revolutionizing your Google Docs experience, this extension extends its reach to encompass Google, YouTube, Facebook, and a multitude of other websites. Acquiring it now translates to alleviating strain on your eyes during the darker hours.

Step into a new era of writing convenience and visual comfort. Elevate your composition endeavors with the Dark Mode for Google Docs Chrome extension.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dark mode for Google Docs Dark mode for Google Docs
ID dojlcagbdegkkckioghcjjjeldklkpof
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dark-mode-for-google-docs/dojlcagbdegkkckioghcjjjeldklkpof
คำอธิบาย Turn on Dark Mode for Google Docs in one mouse click with this simple extension
ขนาดไฟล์ 104 KB
จำนวนการติดตั้ง 800,000
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-08-24
วันที่เผยแพร่ 2023-08-24
คะแนน 4.65/5 รวมทั้งหมด 52 คะแนน
ผู้พัฒนา Dark Mode
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1BUd9_hhKbgb1NeYQZh3uwysD0DywTCEC6cOcJeEd3bs/edit?usp=sharing
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "short_name": "__MSG_extName__",
    "version": "1.0",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "declarativeNetRequest",
        "gcm",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "action": {
        "default_icon": "assets\/day-icon.png",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/bg.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "js\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}