Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 2 KB

readme.md

File metadata and controls

54 lines (38 loc) · 2 KB

Redmine Magic

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

Install from store

https://chrome.google.com/webstore/detail/redmine-magic/

Manual install instructions

  1. Download zip
  2. Unzip
  3. Go to chrome://extensions/
  4. Click Load unpacked
  5. Select folder with files from unzipped file

Files

├── /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/                 # 

Contributions info

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

Extention data flow

https://www.freecodecamp.org/news/content/images/2021/02/flowchart.png