rNeomy / auto-tab-discard

Use native tab discarding method to automatically reduce memory usage of inactive tabs
https://webextension.org/listing/tab-discard.html
Mozilla Public License 2.0
906 stars 79 forks source link

README: Targets (supported browsers) unclear #384

Open Chealer opened 1 month ago

Chealer commented 1 month ago

The README file describes this extension as follows:

Auto Tab Discard

A browser extension which uses the native tab discarding method (chrome.tabs.discard) to automatically reduce memory usage of inactive tabs. This extension is more efficient and should be less buggy compared to the alternatives extensions that use DOM replacement method.

There is no explicit indication of which browsers are supported. The paragraph's mention of chrome.tabs.discard suggests only Google Chrome―or browsers using its engine―are, but the Links section suggests otherwise, since it mentions Firefox (which is based on Gecko).