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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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": [
        ""
    ]
}