You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -162,7 +163,7 @@ Note: If the cursor is located in the search input field, every shortcut that wo
162
163
163
164
### Usage via right-click menu
164
165
165
-
You can right-click anywhere a visited website and there will appear a menu with an option `browserpass - <n> entries`, where `n` is the number of entries that match the host of the visited website. When you select an entry, that one gets automatically filled in, equivalent to the behavior when an entry is selected from the browserpass popup. This can be helpful if you want to fill credentials in a browser popup window wighout extension buttons. Selecting single form fields and choosing values to fill in is currently not supported
166
+
You can right-click anywhere a visited website and there will appear a menu with an option `Browserpass - <n> entries`, where `n` is the number of entries that match the host of the visited website. When you select an entry, that one gets automatically filled in, equivalent to the behavior when an entry is selected from the Browserpass popup. This can be helpful if you want to fill credentials in a browser popup window without extension buttons. Selecting single form fields and choosing values to fill in is currently not supported
166
167
167
168

168
169
@@ -306,7 +307,7 @@ Browserpass extension requests the following permissions:
306
307
| `tabs` | To get URL of a given tab, used for example to set count of the matching passwords for a given tab |
307
308
| `clipboardRead` | To ensure only copied credentials and not other content is cleared from the clipboard after 60 seconds |
308
309
| `clipboardWrite` | For "Copy password" and "Copy username" functionality |
309
-
| `contextMenus` | To create a context menu menu, also called right-click menu |
310
+
| `contextMenus` | To create a context menu, also called right-click menu |
310
311
| `nativeMessaging` | To allow communication with the native app |
311
312
| `notifications` | To show browser notifications on install or update |
0 commit comments