Enhance your Redmine!
Feature:
- Moving the layout of the task page (Issue).
- Photos and videos in a modal window without opening a new tab.
- Additional menu items in the header.
- All feature has enable\disable setting in settings page
- Render settings in browser side panel
https://chrome.google.com/webstore/detail/redmine-magic/
- Download zip
- Unzip
- Go to chrome://extensions/
- Click
Load unpacked
- Select folder with files from unzipped file
├── /src/ #
│ ├── /background/ # background service worker files
│ ├── /contentscript/ # contentscript files
│ ├── /extention/ # manifest, icons
│ ├── /inpage/ # inject inpage script
│ ├── /options/ # options page files
│ ├── /popup/ # popup files
│ ├── /services/ # app services
│ ├── /sidepanel/ # sidepanel files
│ ├── /types/ # JSDocs type aliases
│ ├── /utils/ #
For contribution you can:
- Add feature request issue use template New feature
- Make pull request with new feature and description. Requirements:
- All code need to be typed with JSDoc comments
- Feature need have enable\disable setting in settings page