andreagrandi How would you imagine to be edit a feiled in a popup dialogue? Any example seen in any Apple app?
Domain-based (instead of subdomain-based) per-website settings
ie, keyboard shortcuts settings. apple has a lot of things that follow this kind of UX.
use glob pattern for adding configured websites under extension settings,
e.g. every page with the low level domain google.com
(e.g. foo.google.com, bar.google.com) can be globbed as *.google.com
would make ux better by making users go back to configured websites screen less
Vlad
say you want to enable compatibility mode on a website -- call this example.com
.
you'd visit this screen, right?
now, say the site has a subdomain at foo.example.com
normally, you'd have to add both example.com
and foo.example.com
into the preconfigured website list
but using what's called a glob, you can use a wildcard operator (*
) and input *google.com -- which would add google.com and all subdomains
Vlad I don't know how to implement this unfortunately. It would be ok even if I could edit it later from Settings