https://github.com/material-extensions/material-icons-browser-extension
Material Design icons for web browsers
https://github.com/material-extensions/material-icons-browser-extension
browser-extension material-icons
Last synced: 5 months ago
JSON representation
Material Design icons for web browsers
- Host: GitHub
- URL: https://github.com/material-extensions/material-icons-browser-extension
- Owner: material-extensions
- License: mit
- Created: 2020-12-17T03:29:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-03T03:34:58.000Z (5 months ago)
- Last Synced: 2025-05-15T10:06:34.600Z (5 months ago)
- Topics: browser-extension, material-icons
- Language: TypeScript
- Homepage:
- Size: 4.48 MB
- Stars: 641
- Watchers: 6
- Forks: 46
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Material Icons for GitHub

Install directly from the Chrome Web Store | Microsoft Edge Addons Store | Firefox Addons
---
### 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](https://github.com/material-extensions/vscode-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
```shell
npm run build
```### Development
Build only files from `src` folder, without re-downloading dependencies from [Material Icon Theme](https://github.com/material-extensions/vscode-material-icon-theme)
```shell
npm run build-src
```Rebuild extension logos from `src/logo.svg`. Only needed when `src/logo.svg` is changed.
```shell
npm run rebuild-logos
```Zip `dist` folder for upload to Chrome Web Store and Firefox. _This script needs Zip to be available on PATH_
```shell
npm run bundle
```Update language-map.json with latest language contributions.
```shell
npm run build-languages
```---
_Original extension developed with [Richard Lam](https://github.com/rlam108)_