Google Docs Dark Mode

Dark Mode for Google Docs + UI Upgrade

Google Docs Dark Mode क्या है?

Google Docs Dark Mode DevTopia द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dark Mode for Google Docs + UI Upgrade"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Google Docs Dark Mode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Theme: Dark Mode

Now you're able to see after writing those late night possibly last minute papers.

[Latest Update] v.1.2.1
-----------------------------------
- Fixed UI bug (parts of page were still white)
- Updated color scheme (minor)

Latest Updates v.1.2.0
-----------------------------------
 - Fixed UI bugs
 - Updated color scheme (minor)
 - Added Dark mode to Docs home page

*Tip - Some of you would like the page itself dark with the text white
------------------------------------------------------------------------------------------------------------
Go to --> File --> Page Setup --> Choose the color you'd like

Also,  I don't think I'll be adding the feature above, as it's already built-in to G Docs.

Stay up to date or Request Future Features
-------------------------------------------------------------------
Join the Discord: https://discord.gg/5EW65hH6UF
Twitter: https://twitter.com/DevTopia_                    

एक्सटेंशन की मूल जानकारी

नाम Google Docs Dark Mode Google Docs Dark Mode
ID iachichldiecjkhfdffiegbdhechgekl
आधिकारिक URL https://chromewebstore.google.com/detail/google-docs-dark-mode/iachichldiecjkhfdffiegbdhechgekl
विवरण Dark Mode for Google Docs + UI Upgrade
फ़ाइल का आकार 11.5 KB
स्थापना संख्या 5,752
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2022-10-25
प्रकाशन तिथि 2020-06-12
रेटिंग 2.42/5 कुल 26 रेटिंग्स
डेवलपर DevTopia
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.termsfeed.com/live/b67ff90e-f88e-40c7-bef2-716e83a08612
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Docs Dark Mode",
    "description": "Dark Mode for Google Docs + UI Upgrade",
    "version": "1.2.1",
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "\/Styles\/style.css",
                "\/Styles\/style.scss"
            ],
            "js": [
                "popup.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/document\/*"
            ]
        }
    ],
    "action": {
        "default_icon": "icon_128.png",
        "default_title": "Google Docs Dark Mode"
    }
}