Skip to content

Latest commit

 

History

History
72 lines (53 loc) · 2.38 KB

README.md

File metadata and controls

72 lines (53 loc) · 2.38 KB

file-styled-directory

File Styled Directory is an extension that apply css styles at file directory.

License: MIT

📂 Table of Contents

💡 Technology

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.

📸 In Action

🖥️ Desktop

⚙️ Try project

  • 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 exemple file:///D:/ url.
  • Enjoy!

😃 How to contribute

  • 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

📝 License

This project is under the MIT license. see the license page for more details.

Made with ❤️ by Matheus Almeida