Dark-Themed Chrome File Explorer

Makes the chrome file explorer dark-themed.

Dark-Themed Chrome File Explorerとは何ですか?

Dark-Themed Chrome File Explorerはhttps://a1noack.github.ioによって開発されたChromeの拡張機能で、その主な機能は「Makes the chrome file explorer dark-themed.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Dark-Themed Chrome File Explorer拡張機能のCRXファイルをダウンロード

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