Chrome extension to create collections of tabs that are saved and restored from Trello. Ability to bookmark single tab
Available on the Chrome web store.
- Add options page
- To allow configuration of board and list that the tab cards are be added to
- To go through auth flow and save in local storage
- To give ability to leave tabs open when trellified
- To give ability to turn of either bookmarking section or trellify section
- Ability to disable tab usage
- Check that a name for the tab set has been given or auto populate with date / time
- Improve design (html, css)
- Ability to bookmark current tab
- Ability to see that the page has already been bookmarked
To use the extension in the current form.
Download the source
Run bower
bower install
Modify trellifyBackground.js
localStorage.trellifyApiKey = 'DEVELOPER_API_KEY_HERE';
To insert your developer API key.
To get a trello developer API key go here
Go to chrome://extensions in Chrome with developer mode ticked click load unpacked extension and navigate to the TrellifyTabs directory.
Once you have added the extension to Chrome the options page will display allowing you to authorize your trello account and set which board list you would like to save tabs too.