CanopusFalling / recycle-extension

Chrome extension to allow users to determine if a product is recyclable or not.
MIT License
2 stars 0 forks source link

Show current product #22

Open CanopusFalling opened 4 years ago

CanopusFalling commented 4 years ago

Rather than showing the last product that the user loaded up the extension should probably show the product that the user currently has open and then resort to the last opened if the current tab isn't a product. The speed of the extension shouldn't be effected by this change.

This should be accomplishable if all the products are stored for x amount of time or just for that chrome session so the popup simply has to look through the list of products.