All Projects → krzmig → strelloids

krzmig / strelloids

Licence: MIT license
Browser extension for Trello that adds new features.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
SCSS
7915 projects

Projects that are alternatives of or similar to strelloids

Github Contribution Color Graph
Change colors of contribution graph in GitHub.
Stars: ✭ 70 (+141.38%)
Mutual labels:  firefox-extension, browser-extension
snoozz-tab-snoozing
A Web Extension to declutter windows by snoozing tabs for later
Stars: ✭ 105 (+262.07%)
Mutual labels:  firefox-extension, browser-extension
Pihole Browser Extension
Browser extension to control your pi-hole
Stars: ✭ 83 (+186.21%)
Mutual labels:  firefox-extension, browser-extension
Toster Tools
Расширение для сайта toster.ru
Stars: ✭ 11 (-62.07%)
Mutual labels:  firefox-extension, browser-extension
quickjira
🚤 📂 Quickly access the JIRA of your choice by typing the ticket id
Stars: ✭ 65 (+124.14%)
Mutual labels:  firefox-extension, browser-extension
Nxenhanced
Adds "quality-of-life" features to NextDNS website for a more practical usability
Stars: ✭ 58 (+100%)
Mutual labels:  firefox-extension, browser-extension
Spotify Lyrics
🎉 Desktop Spotify Web Player Instant Synchronised Lyrics
Stars: ✭ 162 (+458.62%)
Mutual labels:  firefox-extension, browser-extension
Read Aloud
An awesome browser extension that reads aloud webpage content with one click
Stars: ✭ 444 (+1431.03%)
Mutual labels:  firefox-extension, browser-extension
Archiveror
Archiveror will help you preserve the webpages you love. 💾
Stars: ✭ 246 (+748.28%)
Mutual labels:  firefox-extension, browser-extension
Ghosttext
👻 Use your text editor to write in your browser. Everything you type in the editor will be instantly updated in the browser (and vice versa).
Stars: ✭ 2,614 (+8913.79%)
Mutual labels:  firefox-extension, browser-extension
Ping Blocker
Stop sites from tracking the links you visit through hyperlink auditing
Stars: ✭ 23 (-20.69%)
Mutual labels:  firefox-extension, browser-extension
Notion-Boost-browser-extension
Chrome & Firefox extension for Notion to add 20+ features like sticky outline, small text & full width by default, hide comments & help button, bolder text etc. Download here: https://gourav.io/notion-boost
Stars: ✭ 367 (+1165.52%)
Mutual labels:  firefox-extension, browser-extension
Search By Image
Browser extension for reverse image search, available for Edge, Chrome and Firefox
Stars: ✭ 500 (+1624.14%)
Mutual labels:  firefox-extension, browser-extension
Turnoff Namuwiki
조별과제 때마다 "나무위키 꺼라."라고 말하시는게 피곤하신 여러분을 위해 만들어진 Browser Extension, 나무위키를 꺼 드립니다.
Stars: ✭ 59 (+103.45%)
Mutual labels:  firefox-extension, browser-extension
Markdown Viewer
Markdown Viewer / Browser Extension
Stars: ✭ 497 (+1613.79%)
Mutual labels:  firefox-extension, browser-extension
Brotab
Control your browser's tabs from the command line
Stars: ✭ 137 (+372.41%)
Mutual labels:  firefox-extension, browser-extension
Buster
Captcha solver extension for humans
Stars: ✭ 4,244 (+14534.48%)
Mutual labels:  firefox-extension, browser-extension
Extanalysis
Browser Extension Analysis Framework - Scan, Analyze Chrome, firefox and Brave extensions for vulnerabilities and intels
Stars: ✭ 351 (+1110.34%)
Mutual labels:  firefox-extension, browser-extension
Grasp
A reliable org-capture browser extension for Chrome/Firefox
Stars: ✭ 193 (+565.52%)
Mutual labels:  firefox-extension, browser-extension
tickety-tick
A browser extension that helps you name branches and write better commit messages
Stars: ✭ 55 (+89.66%)
Mutual labels:  trello, firefox-extension

Strelloids

Browser extension for Trello that adds new features.

Features

Settings

Your settings are assigned to a specific board, so you can have at the same time couple different configurations depending on board. Setting are stored in storage.sync, so if you have account signed to browser, you can have shared setting on different devices.

Toggle list display

You can toggle visibility of list, by clicking in the triangle on the left top corner of the list.

Display counter of cards

After enabling, counter of cards inside each list, will be display below list title.

Display lists modes

Extension will give you two new modes of display board.
First can show list in multiple rows, so you can scroll page vertically instead of horizontal.
Second is table like view. Lists and cards will take whole page width.

Show cards short ID

Showing short card ID, normally you can see it in expanded card view, after clicking share action.

Custom cards tags

If you enable this setting, you can use tags in cards titles eg. [tag]. Strelloids will replace this tag with colored label. Their color is depending on content inside, so if you use the same tag for different cards, their color will be the same. Tags are case-sensitive. Tag to be parsed must contain at least one letter, space, dash or underscore.

Cards separator

To split list into a section, you can use separators. To makes them, you can start card title with three or more characters: - or = eg. --- My separator ===== Separator --== This works too ==--. As in last example, you can add the same characters at the end of title, they will not display in list view.

Cards prioritization

You can set card priority simply adding into title one of these keywords: !1 !2 !3 !4 or !5. !1 is the highest priority and !5 is the lowest. Cards with set priority will get colored left border.

Colored lists

Strelloids can set background color for lists depending on their titles. You can change coloring schemes in global extension settings.

More info (wiki)

Scrum times

With extension, you can also rate cards in story points. For each card you can set estimation and consumption. Additionally, you are able to set this each value for two teams separately eg. development and testing.

Estimations are inside round brackets and consumption in squares ones. Times you simply put inside card title.

(2) - estimation: 2 sp - team 1
(0.5) - estimation: 0.5 sp - team 1 (dot, not comma)
(?) - estimation: unknown - team 1
(0/1) - estimation: 0 sp - team 1; 1 sp - team 2
[/3] - consumption: not set - team 1; 3 sp - team 2

You can also turn on sum of this times for each list.

More

  • You can enable a scroll in default view mode, which will scroll page in horizontal without holding shift key.
  • Support for Markdown checklist.
  • Support for Markdown tables.
  • Support for list indent by tab key in card description and comments.
  • Import and export your settings.

How to install

Normal way

Temporary way

To try it, you can run it in extension local mode, but it is a temporary solution:

Firefox

  1. Download extension to your device.
  2. Open new tab and enter about:debugging.
  3. Click "Load Temporary Add-on".
  4. Select manifest.json file.

Chrome / Opera / Vivaldi

  1. Download extension to your device.
  2. Open new tab and enter one of this: chrome://extensions / opera://extensions / vivaldi://extensions.
  3. Enable "Developer mode".
  4. Click "Load unpacked extension".
  5. Select folder with extension.

Edge / Safari

  • Sorry, I don't have possibility right now to check if is working, only Linux here.

ToDo

  • Possibility to manually set the color for each list.

Why Strelloids?

Because Trello have official extensions, called "PowerUp", I wanted to do something similar. My first association was "vitamin", but it was too hard to use. If not Vitamin, so next thing was Steroids. "Tero" is similar to trello, so little makeup and that's the whole story.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].