Dark-Themed Chrome File Explorer

Makes the chrome file explorer dark-themed.

Dark-Themed Chrome File Explorerคืออะไร?

Dark-Themed Chrome File Explorer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://a1noack.github.io และคุณลักษณะหลักของมันคือ "Makes the chrome file explorer dark-themed."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dark-Themed Chrome File Explorer

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

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

                        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.                    

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

ชื่อ Dark-Themed Chrome File Explorer Dark-Themed Chrome File Explorer
ID plpngdlpkpapinbbheohgcgpikiepfge
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dark-themed-chrome-file-e/plpngdlpkpapinbbheohgcgpikiepfge
คำอธิบาย Makes the chrome file explorer dark-themed.
ขนาดไฟล์ 10.31 KB
จำนวนการติดตั้ง 142
เวอร์ชันปัจจุบัน 0.5.0
อัปเดตครั้งล่าสุด 2018-06-23
วันที่เผยแพร่ 2018-06-23
คะแนน 2.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://a1noack.github.io
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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": [
        ""
    ]
}