Dark-Themed Chrome File Explorer

Makes the chrome file explorer dark-themed.

Dark-Themed Chrome File Explorer là gì?

Dark-Themed Chrome File Explorer là một tiện ích mở rộng Chrome được phát triển bởi https://a1noack.github.io, và tính năng chính của nó là "Makes the chrome file explorer dark-themed.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dark-Themed Chrome File Explorer

Tải xuống các tệp mở rộng Dark-Themed Chrome File Explorer 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

                        IN ORDER FOR IT TO FUNCTION, YOU MUST TURN ON "ALLOW ACCESS TO FILE URLS" IN THE DETAILS VIEW OF THE EXTENSION AFTER YOU HAVE INSTALLED IT.

Description: Simple extension that adds some styling to the chrome file explorer so that when one is browsing local files in chrome with the file:// protocol, everything is sleek and dark.                    

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

Tên Dark-Themed Chrome File Explorer Dark-Themed Chrome File Explorer
ID plpngdlpkpapinbbheohgcgpikiepfge
URL Chính Thức https://chromewebstore.google.com/detail/dark-themed-chrome-file-e/plpngdlpkpapinbbheohgcgpikiepfge
Mô tả Makes the chrome file explorer dark-themed.
Kích Thước Tệp 10.31 KB
Số Lần Cài Đặt 142
Phiên Bản Hiện Tại 0.5.0
Cập Nhật Lần Cuối 2018-06-23
Ngày Phát Hành 2018-06-23
Đánh Giá 2.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://a1noack.github.io
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dark-Themed Chrome File Explorer",
    "version": "0.5.0",
    "description": "Makes the chrome file explorer dark-themed.",
    "icons": {
        "128": "icon\/icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "file:\/\/*"
            ]
        }
    ],
    "permissions": [
        ""
    ]
}