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.”。
扩展截图
下载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 |
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": [ " |