Collection of essential libraries and tools for building web extensions

chrome-extension safari-extension web-extension
2 Open Issues Need Help Last updated: Aug 27, 2025

Open Issues Need Help

View All on GitHub
help wanted good first issue

Collection of essential libraries and tools for building web extensions

TypeScript
#chrome-extension#safari-extension#web-extension

AI Summary: Fix a bug in the `@webext-core/fake-browser` package where newly created tabs using `fakeBrowser.tabs.create` are not added to the internal `tabList`, preventing them from being found by `fakeBrowser.tabs.query`. The solution involves modifying the `tabs.ts` file to correctly add the newly created tab to the `tabList` array.

Complexity: 2/5
help wanted good first issue

Collection of essential libraries and tools for building web extensions

TypeScript
#chrome-extension#safari-extension#web-extension