An open API service indexing awesome lists of open source software.

https://github.com/simplificator/trello-id-extractor

Browser Extension to make Trello IDs visible on the Ticket
https://github.com/simplificator/trello-id-extractor

Last synced: about 1 year ago
JSON representation

Browser Extension to make Trello IDs visible on the Ticket

Awesome Lists containing this project

README

          

# Trello Id Extractor

This little piece of code adds the Id of each card before its title.

## Usage

Create a bookmark in your browser and add the following code as the address:

javascript: (function() {
s = document.createElement('script');
s.setAttribute('type', 'text/javascript');
s.setAttribute('src', 'https://raw.github.com/simplificator/trello-id-extractor/master/load.js');
document.body.appendChild(s);
})();