https://github.com/zetavg/chrome-extension-icons-patch
Yet another sign of wasted life.
https://github.com/zetavg/chrome-extension-icons-patch
chrome opera theme
Last synced: 3 days ago
JSON representation
Yet another sign of wasted life.
- Host: GitHub
- URL: https://github.com/zetavg/chrome-extension-icons-patch
- Owner: zetavg
- Created: 2017-04-02T00:23:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T14:57:14.000Z (almost 7 years ago)
- Last Synced: 2025-06-12T20:03:29.854Z (3 days ago)
- Topics: chrome, opera, theme
- Language: Ruby
- Homepage: http://bit.ly/cleannnn
- Size: 2.51 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chrome and Opera Extention Icons, Rebuilded

## Features
### Consistent icon style

### Clear on both light and dark themes

### Fine visual spacing

## Install
```bash
make install
```The default installation target is set to Chrome and Opera, if you want to install it for another borwser, please specify the extensions directory of that browser with the `TARGET=` option. Example for Opera Developer: `make install TARGET="$HOME/Library/Application Support/com.operasoftware.OperaDeveloper/Extensions"`.
After installing, you'll need to restart the browser or disable and re-enable each extention for the changes to make effect.
> Note: In Chrome, some extension may be mark as "corrupted" and can not be enabled anymore. You can follow [these steps](https://github.com/zetavg/chrome-extension-icons-patch/wiki/Fixing-Chrome’s-"This-extension-may-have-been-corrupted."-Error-After-Patching) to resolve the problem.
## Uninstall
```base
make uninstall
```The options are same as `make install`.