fnxweb / urllink

URL Link Firefox and Thunderbird add-on
https://addons.mozilla.org/en-GB/firefox/addon/url-link/
8 stars 0 forks source link

[Feature request] Add an option to automatically close the tabs #26

Open hyx0329 opened 1 year ago

hyx0329 commented 1 year ago

It would be convenient if the tab opened will be closed automatically when:

One approach is utilizing the object returned by browser.tabs.create, setting a timeout action calling browser.tabs.remove(tab_id).

fnxweb commented 1 year ago

OK, that sounds fairly do-able, I'll try to squeeze it in (may not be soon, unfortunately).