Docs Dark 2.0

Dark Theme for Docs with high contrast!

Docs Dark 2.0とは何ですか?

Docs Dark 2.0はAmeya Lambatによって開発されたChromeの拡張機能で、その主な機能は「Dark Theme for Docs with high contrast!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Docs Dark 2.0拡張機能のCRXファイルをダウンロード

Docs Dark 2.0拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Dark Theme 2.0 with improved UI and higher contrast for Docs.

Users can view their document with the background in high contrast dark mode that makes the experience easy on the eyes and keeps the document untouched!


V 0.0.13                    

拡張機能の基本情報

名前 Docs Dark 2.0 Docs Dark 2.0
ID djmmkojigpkdagglmjjdjiddopgdchcn
公式URL https://chromewebstore.google.com/detail/docs-dark-20/djmmkojigpkdagglmjjdjiddopgdchcn
説明 Dark Theme for Docs with high contrast!
ファイルサイズ 24.93 KB
インストール数 799
現在のバージョン 0.0.13
最終更新日 2022-09-25
公開日 2022-09-25
評価 5.00/5 合計 5 レビュー
開発者 Ameya Lambat
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Docs Dark 2.0",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/document\/*"
            ]
        }
    ],
    "description": "Dark Theme for Docs with high contrast!",
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "storage"
    ],
    "version": "0.0.13",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "resources": [
                "css\/dark_theme.css"
            ]
        }
    ],
    "manifest_version": 3
}