alex-pl / trello-card-id

Browser extension to show Trello card IDs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Trello Card ID

Shows well formatted Trello card IDs for use in commits and for other quick references. Copies ID by clicking on it.

Installation

Screenshot

Screenshot of the extension running in Firefox.

Development

Set up Environment

  1. Install a current version of NodeJS.

  2. Install Gulp

    npm install -g gulp
  3. Install dependencies

    npm install

Build

All builds are created inside the dist/ directory.

Build all Add-on versions:

gulp

Build the Firefox extension (Desktop and Android):

gulp firefox

Create the files for Chorme, Edge and Opera:

gulp chrome

Browser-Specific Files

Not all browsers are able to use the same files. The right file for every browser is selected during the build process.

  • manifest.firefox.json => Firefox Desktop, Firefox Android
  • manifest.chrome.json => Chrome, Edge, Opera

About

Browser extension to show Trello card IDs

License:MIT License


Languages

Language:JavaScript 91.0%Language:CSS 9.0%