Web feature: create custom field in Bitwarden popup menu

When right clicking on an input, one should be able to create a custom field in the bitwarden popup menu, rather than inspecting the element manually to find its id/name/type/etc. This is way beyond the skill set of 90% of the userbase, I suspect.

  1. Right click on input in question
  2. Open bitwarden popup
  3. Click “Create custom field”
  • read input ‘id’ from <input> tag
  • read input ‘type’ from <input> tag, type=password can be hidden
  • open bitwarden add-on menu to either create or edit the entry
  1. Save or update new entry

Similar to this post?