On Mon, Dec 28, 2009 at 6:56 PM, tech4computer <tech4compu...@gmail.com> wrote:
> Suggestion: Would be nice if the Host part of the match pattern would
> allow OR syntax e.g
>
> http://in.yahoo.com/*
> http://cn.yahoo.com/*
> http://br.yahoo.com/*
> http://au.yahoo.com/*
>
> can be written as below in manifest.json
>
> http://(in|cn|br|au).yahoo.com/*
>
> Also the (country)suffix portion:
>
> http://www.ebay.com.in/*
> http://www.ebay.com.cn/*
> http://www.ebay.com.br/*
> http://www.ebay.com.au/*
>
> to
>
> http://www.ebay.com.(in|cn|br|au)/*
>
> Another case:
>
> http://www.yahoo.co.in/*
> http://www.yahoo.co.cn/*
> http://www.yahoo.co.br/*
> http://www.yahoo.co.au/*
>
> can be written as below in manifest.json
>
> http://www.yahoo.co.(in|cn|br|au)/*
>
> In last two cases don't allow '*' as in http://www.ebay.com.*/* or
> http://www.yahoo.co.*/* but (in|cn|br|au) pattern should be allowed.

Star http://code.google.com/p/chromium/issues/detail?id=18259 to track
the progress of this :)

--

You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to chromium-extensi...@googlegroups.com.
To unsubscribe from this group, send email to 
chromium-extensions+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en.


Reply via email to