Bible Gateway Darkmode

Creates a dark mode for biblegateway.com

Bible Gateway Darkmodeคืออะไร?

Bible Gateway Darkmode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unquenched Tech และคุณลักษณะหลักของมันคือ "Creates a dark mode for biblegateway.com"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bible Gateway Darkmode

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

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

                        This extension creates a dark mode for BibleGateway.com                    

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

ชื่อ Bible Gateway Darkmode Bible Gateway Darkmode
ID fkmibejcfnaoglanjfceecmljgkjaici
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bible-gateway-darkmode/fkmibejcfnaoglanjfceecmljgkjaici
คำอธิบาย Creates a dark mode for biblegateway.com
ขนาดไฟล์ 5.93 KB
จำนวนการติดตั้ง 1,140
เวอร์ชันปัจจุบัน 0.6
อัปเดตครั้งล่าสุด 2023-12-03
วันที่เผยแพร่ 2021-01-13
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Unquenched Tech
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://theunquenchedservant.com
URL หน้าช่วยเหลือ https://github.com/unquenchedservant/BibleGatewayDarkMode/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bible Gateway Darkmode",
    "version": "0.6",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "description": "Creates a dark mode for biblegateway.com",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/www.biblegateway.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}