filusn / dw_recipes_firefox_ext

Firefox extension for DataWorkshop Kraków group project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firefox extension for DataWorkshop Kraków project

For now I am learning a little JS and how to write Firefox extensions. The repository would be updated step by step.

Instruction for me:

  1. User clicks "Add" button in the popup:
  • Content script listens for message and receives "add" command
  • Content scripts picks current url and send it in message to background script
  • Background script listens for a message and receives url
  • Background script adds url to list
  • Popup access url list variable in b-s and shows it to user (probably recipe name or something rather than url)
  1. User clicks "Remove" -> same steps but with removing
  2. User clicks "Reset" -> same steps but remove whole list
  3. User clicks "Create" -> To think about:
  • Save to PDF
  • Send mail
  • Print

About

Firefox extension for DataWorkshop Kraków group project.


Languages

Language:JavaScript 87.1%Language:HTML 7.8%Language:CSS 5.1%