File Styled Directory is an extension that apply css styles at file directory.
The project was developed with the following technologies:
- HTML is a HyperText Markup Language that allows the creation and structure of sections, paragraphs, links and others tags.
- CSS or Cascading Style Sheets (CSS) is a simple mechanism for adding style, fonts, colors, spacing to Web documents.
- Javascript is a scripting language for creating dynamic web page content.
- First clone the project:
https://github.com/tthheusalmeida/file-styled-directory.git
. - Extract it.
- Open Google Chrome
- Go to
chrome://extensions/
url. - Click on
Load unpacked
. - Select folder where you extracted the extension.
- Access
file:///C:/
url, or another one that has your main directory, for exemplefile:///D:/
url. - Enjoy!
- First, I leave ⭐ if you liked it!
- Fork this repository.
- Create a branch with the features:
git checkout -b my-feature
- Commit:
git commit -m 'feat: My new feature'
- Submit your branch:
git push origin my-feature
This project is under the MIT license. see the license page for more details.