Dark-Themed Chrome File Explorer

Makes the chrome file explorer dark-themed.

Apa itu Dark-Themed Chrome File Explorer?

Dark-Themed Chrome File Explorer adalah ekstensi Chrome yang dikembangkan oleh https://a1noack.github.io, dan fitur utamanya adalah "Makes the chrome file explorer dark-themed.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Dark-Themed Chrome File Explorer

Unduh file ekstensi Dark-Themed Chrome File Explorer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Dark-Themed Chrome File Explorer Dark-Themed Chrome File Explorer
ID plpngdlpkpapinbbheohgcgpikiepfge
URL Resmi https://chromewebstore.google.com/detail/dark-themed-chrome-file-e/plpngdlpkpapinbbheohgcgpikiepfge
Deskripsi Makes the chrome file explorer dark-themed.
Ukuran File 10.31 KB
Jumlah Instalasi 142
Versi Saat Ini 0.5.0
Terakhir Diperbarui 2018-06-23
Tanggal Publikasi 2018-06-23
Penilaian 2.67/5 Total 3 Penilaian
Pengembang https://a1noack.github.io
Tipe Pembayaran free
Bahasa yang Didukung 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": [
        ""
    ]
}