Grammar.

Bauke 2022-09-26 22:07:52 +00:00
parent 62abb6a639
commit b16278dc5f
1 changed files with 1 additions and 1 deletions

@ -30,7 +30,7 @@ In versions of Queue before 0.2.1, this was done by injecting a [content script]
In 0.2.1 this was made much simpler and safer by using the `tabs` API instead. Now, from the main background process, Queue simply asks the current active tab to go to the link and that's it. In 0.2.1 this was made much simpler and safer by using the `tabs` API instead. Now, from the main background process, Queue simply asks the current active tab to go to the link and that's it.
And in 0.2.6, Queue doesn't require the tabs permission anymore at all. Only certain parts of the `tabs` API are locked behind the permission and Queue don't use any of those parts. And in 0.2.6, Queue doesn't require the tabs permission anymore at all. Only certain parts of the `tabs` API are locked behind the permission and Queue doesn't use any of those parts.
## Optional Permissions ## Optional Permissions