Docs Dark 2.0

Dark Theme for Docs with high contrast!

Docs Dark 2.0คืออะไร?

Docs Dark 2.0 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ameya Lambat และคุณลักษณะหลักของมันคือ "Dark Theme for Docs with high contrast!"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}