yorkxin / copy-as-markdown

A browser extension to copy tabs and links as Markdown
MIT License
530 stars 81 forks source link

Migrate to Event Page from Background Page #105

Closed yorkxin closed 2 years ago

yorkxin commented 2 years ago

Summary

Migrate to Event Page architecture to follow the latest best practices of Chrome Extensions.

As a part of QA, I'm going to run this version on my computers for a few days.

Tests

Optional:

yorkxin commented 2 years ago

On Firefox it seems that the context menu item disappears after some period of time (process being killed?)

yorkxin commented 2 years ago

Turns out Firefox does not support Event Page anyways. It doesn't make sense to deal with event page architecture. Closing this.

Manifest V3 might worth a do.