Format: Dark

Save the eys, darkify

Format: Darkคืออะไร?

Format: Dark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WebGL3D และคุณลักษณะหลักของมันคือ "Save the eys, darkify"

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

screenshot

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

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

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

                        This is really made and tailored just for me. Feel free to check out the source or use it. Do not expect maintenance or feature requests to be fulfilled.
https://github.com/WebGL3D/format-dark                    

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

ชื่อ Format: Dark Format: Dark
ID cjiacgfhkjlbdpmhnbbkndchhnbpdcid
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/format-dark/cjiacgfhkjlbdpmhnbbkndchhnbpdcid
คำอธิบาย Save the eys, darkify
ขนาดไฟล์ 94.92 KB
จำนวนการติดตั้ง 602
เวอร์ชันปัจจุบัน 1.1.4
อัปเดตครั้งล่าสุด 2021-08-17
วันที่เผยแพร่ 2019-09-07
คะแนน 3.25/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา WebGL3D
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/WebGL3D/format-dark
URL หน้านโยบายความเป็นส่วนตัว https://roblox.plus/about/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.4",
    "name": "Format: Dark",
    "short_name": "Format: Dark",
    "description": "Save the eys, darkify",
    "icons": {
        "128": "\/images\/icons\/icon_128x128.png",
        "16": "\/images\/icons\/icon_16x16.png",
        "48": "\/images\/icons\/icon_64x64.png"
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/lib\/ext.js",
                "\/js\/lib\/jquery-3.2.1.min.js",
                "\/js\/lib\/highlight.pack.js",
                "\/js\/lib\/beautify.js",
                "\/js\/lib\/cssbeautify.js",
                "\/js\/themes.js",
                "\/js\/preloadDark.js"
            ],
            "css": [
                "\/css\/output\/page-dark-common.css",
                "\/css\/output\/code\/dark-code.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "\/css\/output\/documentation\/ietf.org.css"
            ],
            "matches": [
                "*:\/\/tools.ietf.org\/html\/*",
                "*:\/\/datatracker.ietf.org\/doc\/html\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "homepage_url": "https:\/\/github.com\/WebGL3D\/format-dark",
    "manifest_version": 2,
    "incognito": "split"
}