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 |
官方網址 | 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": [ " |