Format: Dark

Save the eys, darkify

Format: Dark là gì?

Format: Dark là một tiện ích mở rộng Chrome được phát triển bởi WebGL3D, và tính năng chính của nó là "Save the eys, darkify".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Format: Dark

Tải xuống các tệp mở rộng Format: Dark dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Format: Dark Format: Dark
ID cjiacgfhkjlbdpmhnbbkndchhnbpdcid
URL Chính Thức https://chromewebstore.google.com/detail/format-dark/cjiacgfhkjlbdpmhnbbkndchhnbpdcid
Mô tả Save the eys, darkify
Kích Thước Tệp 94.92 KB
Số Lần Cài Đặt 602
Phiên Bản Hiện Tại 1.1.4
Cập Nhật Lần Cuối 2021-08-17
Ngày Phát Hành 2019-09-07
Đánh Giá 3.25/5 Tổng số 12 Đánh Giá
Nhà Phát Triển WebGL3D
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/WebGL3D/format-dark
URL Trang Chính Sách Bảo Mật https://roblox.plus/about/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}