urlmatch icon indicating copy to clipboard operation
urlmatch copied to clipboard

`<all_urls>` is not supported

Open fmarier opened this issue 3 years ago • 0 comments

For Chrome extensions, <all_urls> matches any URL that uses a permitted scheme (http, https, file, or ftp).

*://*/* is the closest we can get with urlmatch but for Chrome extensions that wouldn't match file or ftp URLs (though, ftp is probably not supported anymore so the only difference would be file).

fmarier avatar Aug 24 '22 19:08 fmarier