Skip to content

Browser Addon that enhances file browsers of version controls with material icons.

License

Notifications You must be signed in to change notification settings

mikeydevelops/material-icons-browser-extension

 
 

Repository files navigation

NOTE: This repo is in the process of being transferred into this organization so we can better maintain it. See this discussion for some context until all updates are finished. Thanks for your patience!

Material Icons for GitHub


About

Material Icons for GitHub is a browser Extension that enhances repositories file browsers when navigating github.com. Replace default file/folder icons with material design icons tailored to each file type, tool and purpose in the project.

Based and dependent on the popular Material Icon Theme extension for Visual Studio Code. All icons and file assignments on this project are pulled directly from that project, so any praise or design issues should be raised on the original repository.

Build locally

npm run build

Development

Build only files from src folder, without re-downloading dependencies from Material Icon Theme

npm run build-src

Rebuild extension logos from src/logo.svg. Only needed when src/logo.svg is changed.

npm run rebuild-logos

Zip dist folder for upload to Chrome Web Store and Firefox. This script needs Zip to be available on PATH

npm run bundle

Update language-map.json with latest language contributions.

npm run build-languages

Special thanks to @shivapoudel for creating and maintaining the Microsoft Edge version of the extension

Original extension developed with Richard Lam

About

Browser Addon that enhances file browsers of version controls with material icons.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 81.9%
  • HTML 9.1%
  • CSS 8.9%
  • Shell 0.1%